freebsd-dev/usr.bin/wall
David Schultz 3c58f6ddbd Fix some bugs in wall(1):
- Handle wrapping correctly when \r appears in the input, and don't
  remove the \r from the output.
- For lines longer than 79 characters, don't drop every 80th character.
- Style: Braces around compound while statement.

PR:		114498
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com> (earlier version)
2008-01-15 07:40:30 +00:00
..
Makefile
ttymsg.c make wall(1) work with pts. 2006-01-27 08:52:14 +00:00
ttymsg.h
wall.1 Mention in the BUGS section that write and wall bogusly use the sender's 2004-07-17 04:15:27 +00:00
wall.c Fix some bugs in wall(1): 2008-01-15 07:40:30 +00:00