X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=64953795ad9b5c4d6583f0842791b4c86269c90a;hp=ae404d0cbd1f4a0030013fc7e23fac2c185d9adc;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=70322aa06a4a97ebff76d2869ad923cdf51ee0a9;ds=sidebyside diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index ae404d0c..64953795 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -1,8 +1,8 @@ - + @@ -238,14 +238,12 @@ integer value other than ERR (OK in the case of ungetch()) upon successful completion. - ungetch - returns an error if there is no more room in - the FIFO. + ungetch + returns ERR if there is no more room in the FIFO. - wgetch - returns an error if the window pointer is - null, or if its timeout expires without having - any data. + wgetch + returns ERR if the window pointer is null, or if + its timeout expires without having any data. Functions with a "mv" prefix first perform a cursor move- ment using wmove, and return an error if the position is @@ -319,7 +317,7 @@ documentation. Under historical curses implementations, it varied depending on whether the operating system's im- plementation of handled signal receipt interrupts a - read(2) call in progress or not, and also (in some imple- + read(2) call in progress or not, and also (in some imple- mentations) depending on whether an input timeout or non- blocking mode has been set.