Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses Note that typeahead(3) is no longer set to inf...



details:   https://anonhg.NetBSD.org/src/rev/bd64be0ff96c
branches:  trunk
changeset: 821802:bd64be0ff96c
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Feb 17 11:23:21 2017 +0000

description:
Note that typeahead(3) is no longer set to infd by default.

diffstat:

 lib/libcurses/curses_tty.3 |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r ebb1f42d65db -r bd64be0ff96c lib/libcurses/curses_tty.3
--- a/lib/libcurses/curses_tty.3        Fri Feb 17 11:18:38 2017 +0000
+++ b/lib/libcurses/curses_tty.3        Fri Feb 17 11:23:21 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: curses_tty.3,v 1.11 2017/01/25 12:42:05 roy Exp $
+.\"    $NetBSD: curses_tty.3,v 1.12 2017/02/17 11:23:21 roy Exp $
 .\"
 .\" Copyright (c) 2002
 .\"    Brett Lymn (blymn%NetBSD.org@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"
-.Dd January 25, 2017
+.Dd February 17, 2017
 .Dt CURSES_TTY 3
 .Os
 .Sh NAME
@@ -342,11 +342,6 @@
 Curses periodically checks
 .Ar filedes
 for input and aborts the refresh if any character is available.
-(This is the initial setting and the typeahead file descriptor corresponds
-to the input file associated with the screen created by
-.Fn initscr
-or
-.Fn newterm .
 The value of
 .Ar filedes
 need not be the file descriptor on which the refresh is occurring.



Home | Main Index | Thread Index | Old Index