X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getstr.3x.html;h=c6a19473253106bac81e77cad6781208b2022133;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hp=fd264d281040583ad54cefeb1491e8d4f628b0c6;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;p=ncurses.git diff --git a/doc/html/man/curs_getstr.3x.html b/doc/html/man/curs_getstr.3x.html index fd264d28..c6a19473 100644 --- a/doc/html/man/curs_getstr.3x.html +++ b/doc/html/man/curs_getstr.3x.html @@ -1,7 +1,7 @@ - + @@ -103,6 +103,14 @@ the window pointer is null, or if its timeout expires without having any data. + This implementation provides an extension as well. If a + SIGWINCH interrupts the function, it will return KEY_RE- + SIZE rather than OK or ERR. + + Functions with a "mv" prefix first perform a cursor move- + ment using wmove, and return an error if the position is + outside the window, or if the window pointer is null. +

NOTES

@@ -132,16 +140,13 @@
 
 

SEE ALSO

-       curses(3x), curs_getch(3x).
+       curses(3x), curs_getch(3x), curs_variables(3x).
 
 
 
                                                         curs_getstr(3x)
 

-
-Man(1) output converted with -man2html -
+Man(1) output converted with man2html