NAME
marquee – display text nicely |
SYNOPSIS
marquee |
DESCRIPTION
Marquee reads its standard input and displays the text it finds
in a large font on a colored background. It uses wordwrap(2) to
wrap the input at word boundaries and will re–wrap if the window
is resized. If there is too much input to fit in the window, it
will write off the bottom.
|
SOURCE
http://a.9srv.net/src/marquee.c |
SEE ALSO
litclock(1), wordwrap(2) |
BUGS
It should be possible to change the initial message.
|