xref: /inferno-os/man/1/logwindow (revision 7ef44d652ae9e5e1f5b3465d73684e4a54de73c0)
LOGWINDOW 1
NAME
logwindow - window that pops up when data becomes available.
SYNOPSIS
wm/logwindow [ title ] < logfile
DESCRIPTION
Logwindow reads data from its standard input (often a file served by logfile (4)) and shows it in a text widget. If the window is hidden (it is hidden initially), it will reappear when data appears on its standard input. If title is given, it will be used as the title of the window.
SOURCE
/appl/wm/logwindow.b
SEE ALSO
logfile (4)
BUGS
The text buffer grows without bound.