freebsd_amp_hwpstate/games/grdc/grdc.6

23 lines
486 B
Groff
Raw Normal View History

1994-12-05 19:30:00 +00:00
.TH GRDC 6
.SH NAME
1994-12-05 19:30:00 +00:00
grdc \- grand digital clock (curses)
.SH SYNOPSIS
1994-12-05 19:30:00 +00:00
.B grdc
[-s] [
.I n
]
.SH DESCRIPTION
1994-12-05 19:30:00 +00:00
.I Grdc
runs a digital clock made of reverse-video blanks on a curses
compatible VDU screen. With an optional numeric argument
.I n
it stops after
.I n
seconds (default never).
The optional
.B -s
flag makes digits scroll as they change. In this curses mode implementation,
the scrolling option has trouble keeping up.
.SH AUTHOR
Amos Shapir, modified for curses by John Lupien.