OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Wed Dec 03 2003 - 14:59:46 CST


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2003/12/03 13:59:46

Modified files:
        usr.bin/mail : cmd1.c

Log message:
Change how the line output from the 'h' command is formatted.
Previously if you had an ungodly number of messages the line could
wrap the screen. We now format the line in a buffer and then only
print as many characters as will fit instead of printing the parts
piecemeal.