X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=75b751b19a101b6c5eefa8319c847106c716cfba;hp=9fa11b6872a7552729941169fd0847a6264a6a43;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index 9fa11b68..75b751b1 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -1,7 +1,7 @@ @@ -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