Limit the length of progress messages to less than $COLUMNS || 80
commitbac042c256f477d58ec181788ec04193f69d09a2
authorFrancois Gouget <fgouget@free.fr>
Tue, 5 Oct 2004 18:08:57 +0000 (5 18:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 5 Oct 2004 18:08:57 +0000 (5 18:08 +0000)
tree3ba9d8061f92874e09277e4276232514fcd41e38
parentc2f2b990e00cd7aa54216d821cb18def8bb7d80b
Limit the length of progress messages to less than $COLUMNS || 80
characters so they don't wrap (which would cause them to be badly
erased).
Make good use of the 'x', the perl string multiplication operator.
Add function prototypes.
tools/winapi/output.pm