X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_getch.3x;h=e03970d0fbc8d2d38e883c4b3491c9c862f09bac;hp=e804165521cf2ba1cf29e7a0fde30f2deda9c161;hb=9bb12d03d854ce72b456e525f0c560f2fa91545d;hpb=da518a7ad2d94c8e63186a49621e907967a31a37 diff --git a/man/curs_getch.3x b/man/curs_getch.3x index e8041655..e03970d0 100644 --- a/man/curs_getch.3x +++ b/man/curs_getch.3x @@ -27,7 +27,7 @@ .\" 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 $ .TH curs_getch 3X "" .na .hy 0 @@ -245,6 +245,10 @@ returns an error if the window pointer is null, or if its timeout expires without having any data. .RE +.PP +Functions with a "mv" prefix first perform a cursor movement using +\fBwmove\fP, and return an error if the position is outside the window, +or if the window pointer is null. .SH NOTES Use of the escape key by a programmer for a single character function is discouraged, as it will cause a delay of up to one second while the