Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Better mdoc; add a missing 'is'.
details: https://anonhg.NetBSD.org/src/rev/c6939fe549d9
branches: trunk
changeset: 545439:c6939fe549d9
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Apr 08 21:15:21 2003 +0000
description:
Better mdoc; add a missing 'is'.
diffstat:
lib/libcurses/curses_input.3 | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 6f2495a2c95d -r c6939fe549d9 lib/libcurses/curses_input.3
--- a/lib/libcurses/curses_input.3 Tue Apr 08 21:10:33 2003 +0000
+++ b/lib/libcurses/curses_input.3 Tue Apr 08 21:15:21 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: curses_input.3,v 1.8 2003/04/08 18:55:43 jdc Exp $
+.\" $NetBSD: curses_input.3,v 1.9 2003/04/08 21:15:21 wiz Exp $
.\"
.\" Copyright (c) 2002
.\" Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -94,8 +94,7 @@
.Fn nodelay "WINDOW *win" "boolf flag"
.Ft int
.Fn ungetch "int c"
-.Ft extern int
-.Dv ESCDELAY
+.Va extern int ESCDELAY ;
.Sh DESCRIPTION
These functions read characters and strings from the window input file
descriptor.
@@ -278,7 +277,7 @@
.Dv FALSE ,
then the component characters of a multi-character sequence must not
have an inter-character gap of more than
-.Dv ESCDELAY .
+.Va ESCDELAY .
If this timing is exceeded, then the multi-character key assembly is
deemed to have failed and the characters read thus far are returned
one at a time when
@@ -287,10 +286,11 @@
The default setting for the flag is
.Dv FALSE .
The default value of
-.Dv ESCDELAY
-is 300ms. If
-.Dv ESCDELAY
-is negative, no timeout applied between characters comprising a
+.Va ESCDELAY
+is 300ms.
+If
+.Va ESCDELAY
+is negative, no timeout is applied between characters comprising a
multi-character key sequence.
.Pp
The
Home |
Main Index |
Thread Index |
Old Index