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

This commit is contained in:
roy 2017-02-17 11:23:21 +00:00
parent 0d7cbb25e8
commit d837f94776
1 changed files with 2 additions and 7 deletions

View File

@ -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, brett_lymn@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 enabled during refresh;
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.