X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=75b751b19a101b6c5eefa8319c847106c716cfba;hp=c84a03dec3bc580582dba61f9c35918e0ed61882;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=06078d3fa68db669ed37178c01873546b4b28745 diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index c84a03de..75b751b1 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_getch.3x,v 1.50 2017/11/18 23:56:00 tom Exp @ + * @Id: curs_getch.3x,v 1.51 2017/11/21 00:45:48 tom Exp @ --> @@ -283,10 +283,10 @@ other than ERR (OK in the case of ungetch) upon successful completion. ungetch - returns ERR if there is no more room in the FIFO. + returns ERR if there is no more room in the FIFO. wgetch - returns ERR if the window pointer is null, or if its timeout + returns ERR if the window pointer is null, or if its timeout expires without having any data, or if the execution was inter- rupted by a signal (errno will be set to EINTR). @@ -362,7 +362,7 @@ Programmers concerned about portability should be prepared for either of two cases: (a) signal receipt does not interrupt getch; (b) signal - receipt interrupts getch and causes it to return ERR with errno set to + receipt interrupts getch and causes it to return ERR with errno set to EINTR. The has_key function is unique to ncurses. We recommend that any code