source: trunk/ncurses/test/gdc.6@ 2749

Last change on this file since 2749 was 2621, checked in by bird, 19 years ago

GNU ncurses 5.5

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