X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=f1dd0434f62e3024bada7cdfc030ee2adf2a8190;hp=32194bb2a32235fbb9517dc860f9f867da43dea0;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=d448186ac240901c6976dc74c260f052d3ed53e4 diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index 32194bb2..f1dd0434 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_getch.3x,v 1.31 2010/01/30 21:29:04 tom Exp @ + * @Id: curs_getch.3x,v 1.32 2010/08/14 23:29:16 tom Exp @ --> @@ -247,6 +247,10 @@ 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 + outside the window, or if the window pointer is null. +

NOTES