man(1) Manual page archive


     LOGWINDOW(1)                                         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.