Module Name: src Committed By: roy Date: Fri Feb 17 11:23:21 UTC 2017
Modified Files: src/lib/libcurses: curses_tty.3 Log Message: Note that typeahead(3) is no longer set to infd by default. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libcurses/curses_tty.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libcurses/curses_tty.3 diff -u src/lib/libcurses/curses_tty.3:1.11 src/lib/libcurses/curses_tty.3:1.12 --- src/lib/libcurses/curses_tty.3:1.11 Wed Jan 25 12:42:05 2017 +++ src/lib/libcurses/curses_tty.3 Fri Feb 17 11:23:21 2017 @@ -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 (bl...@netbsd.org, brett_l...@yahoo.com.au) @@ -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 @@ is a valid file descriptor, typeahead is 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.