xref: /inferno-os/man/1/logwindow (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
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.