xref: /openbsd/games/grdc/grdc.6 (revision 404b540a)
1.\"	$OpenBSD: grdc.6,v 1.8 2007/05/31 19:19:17 jmc Exp $
2.\"
3.\" Copyright 2002 Amos Shapir.  Public domain.
4.\"
5.Dd $Mdocdate: May 31 2007 $
6.Dt GRDC 6
7.Os
8.Sh NAME
9.Nm grdc
10.Nd grand digital clock (curses)
11.Sh SYNOPSIS
12.Nm grdc
13.Op Fl s
14.Op Ar number
15.Sh DESCRIPTION
16.Nm
17runs a digital clock made of reverse-video blanks on a curses
18compatible VDU screen.
19With an optional numeric argument
20.Ar number
21it stops after
22.Ar number
23seconds (defaulting to never).
24The optional
25.Fl s
26flag makes digits scroll as they change.
27In this curses mode implementation,
28the scrolling option has trouble keeping up.
29.Sh AUTHORS
30Amos Shapir, modified for curses by John Lupien.
31