--- man/curs_inopts.3x.was 2020-12-03 16:32:48.824698819 +0100 +++ man/curs_inopts.3x 2020-12-03 17:02:27.226400125 +0100 @@ -205,14 +205,15 @@ The \fBnl\fR and \fBnonl\fR routines control whether the underlying display device translates the return key into newline on input. .\" -.SS nodelay/notimeout +.SS nodelay .PP The \fBnodelay\fR option causes \fBgetch\fR to be a non-blocking call. If no input is ready, \fBgetch\fR returns \fBERR\fR. If disabled (\fIbf\fR is \fBFALSE\fR), \fBgetch\fR waits until a key is pressed. +.SS notimeout .PP -While interpreting an input escape sequence, \fBwgetch\fR(3X) sets a timer +When interpreting an escape sequence, \fBwgetch\fR(3X) sets a timer while waiting for the next character. If \fBnotimeout(\fR\fIwin\fR, \fBTRUE\fR) is called, then \fBwgetch\fR does not set a timer.