X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_getstr.3x;h=2052412a66e1e0c346f8e5e0c322e479fcf7cfad;hp=f131765043a10ffcc9c4530c687d62d811340f82;hb=36b653e854865c31c56f04d059d78a0d5e3f4e24;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/man/curs_getstr.3x b/man/curs_getstr.3x index f1317650..2052412a 100644 --- a/man/curs_getstr.3x +++ b/man/curs_getstr.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2003,2005 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_getstr.3x,v 1.15 2006/01/12 00:30:58 tom Exp $ +.\" $Id: curs_getstr.3x,v 1.17 2010/08/14 23:29:16 tom Exp $ .TH curs_getstr 3X "" .na .hy 0 @@ -38,7 +38,7 @@ \fBmvgetstr\fR, \fBmvgetnstr\fR, \fBmvwgetstr\fR, -\fBmvwgetnstr\fR - accept character strings from \fBcurses\fR terminal keyboard +\fBmvwgetnstr\fR \- accept character strings from \fBcurses\fR terminal keyboard .ad .hy .SH SYNOPSIS @@ -94,6 +94,10 @@ if its timeout expires without having any data. This implementation provides an extension as well. If a SIGWINCH interrupts the function, it will return \fBKEY_RESIZE\fP rather than \fBOK\fP or \fBERR\fP. +.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 Note that \fBgetstr\fR, \fBmvgetstr\fR, and \fBmvwgetstr\fR may be macros. .SH PORTABILITY