diff options
Diffstat (limited to 'man/1/logwindow')
| -rw-r--r-- | man/1/logwindow | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/man/1/logwindow b/man/1/logwindow new file mode 100644 index 00000000..1cc17a54 --- /dev/null +++ b/man/1/logwindow @@ -0,0 +1,23 @@ +.TH LOGWINDOW 1 +.SH NAME +logwindow \- window that pops up when data becomes available. +.SH SYNOPSIS +.B wm/logwindow +.RI [ title ] +.BI < logfile +.SH DESCRIPTION +.I Logwindow +reads data from its standard input (often a file served by +.IR 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 +.I title +is given, it will be used as the title of the window. +.SH SOURCE +.B /appl/wm/logwindow.b +.SH SEE ALSO +.IR logfile (4) +.SH BUGS +The text buffer grows without bound. |
