Package: procps Version: 1:3.2.7-8 Severity: wishlist File: /usr/bin/watch Try watch with an non-existent command. You'll see the message is wrapped in the wrong place. Try these:
$ watch no_such_program $ TERM=dumb watch no_such_program #here you forget the CR and just send LF $ COLUMNS=75 watch no_such_program $ COLUMNS=80 watch no_such_program #no help $ COLUMNS=81 watch no_such_program #no help $ COLUMNS=33 watch no_such_program $ COLUMNS=1 watch no_such_program $ COLUMNS=0 watch no_such_program -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]