Add ncurses 5.4 source code.
[dragonfly.git] / contrib / ncurses-5.4 / test / gdc.6
1 .\" $Id: gdc.6,v 1.2 2003/03/15 20:50:03 tom Exp $
2 .TH GDC 6
3 .SH NAME
4 gdc \- grand digital clock (curses)
5 .SH SYNOPSIS
6 .B gdc
7 [-s] [
8 .I n
9 ]
10 .SH DESCRIPTION
11 .I Gdc
12 runs a digital clock made of reverse-video blanks on a curses
13 compatible VDU screen. With an optional numeric argument
14 .I n
15 it stops after
16 .I n
17 seconds (default never).
18 The optional
19 .B -s
20 flag makes digits scroll as they change. In some curses mode implementations,
21 the scrolling option has trouble keeping up.
22 .SH AUTHOR
23 Amos Shapir, modified for curses by John Lupien.