summaryrefslogtreecommitdiff
path: root/misc/display/pkg-comment (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display runs a specified command over and over, printing the outputBill Fenner1997-11-241-0/+1
through curses(3X). The command can be compound and the delay between executions is settable on the command line. The output from the command had better fit on a single screen, of course. PR: ports/4384 Submitted by: Stephen J. Roznowski <sjr@home.net>