]> ncurses.scripts.mit.edu Git - ncurses.git/blob - test/gdc.6
ncurses 4.2
[ncurses.git] / test / gdc.6
1 .TH GDC 6
2 .SH NAME
3 gdc \- grand digital clock (curses)
4 .SH SYNOPSIS
5 .B gdc
6 [-s] [
7 .I n
8 ]
9 .SH DESCRIPTION
10 .I Gdc
11 runs a digital clock made of reverse-video blanks on a curses
12 compatible VDU screen. With an optional numeric argument
13 .I n
14 it stops after
15 .I n
16 seconds (default never).
17 The optional
18 .B -s
19 flag makes digits scroll as they change. In this curses mode implementation,
20 the scrolling option has trouble keeping up.
21 .SH AUTHOR
22 Amos Shapir, modified for curses by John Lupien.