X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_pad.3x;h=37118dd002b14d74d2f664b590f9af3fb958019c;hp=ae17b589b67cee298c3c61088bc237bb2b307e27;hb=HEAD;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264 diff --git a/man/curs_pad.3x b/man/curs_pad.3x index ae17b589..f42968bd 100644 --- a/man/curs_pad.3x +++ b/man/curs_pad.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_pad.3x,v 1.57 2024/04/13 22:13:17 tom Exp $ -.TH curs_pad 3X 2024-04-13 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" +.\" $Id: curs_pad.3x,v 1.63 2024/05/25 20:10:58 tom Exp $ +.TH curs_pad 3X 2024-05-25 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -125,7 +125,7 @@ of the pad and screen are involved. .I pminrow and .I pmincol -specify the upper left-hand corner of a rectanglar view of the pad. +specify the upper left-hand corner of a rectangular view of the pad. .bP .IR sminrow , .IR smincol , @@ -182,21 +182,26 @@ In this implementation .RS 3 .TP 5 \fB\%prefresh\fP and \fB\%pnoutrefresh\fP -return an error +return +.B ERR if the window pointer is null, or if the window is not really a pad or if the area to refresh extends off-screen or if the minimum coordinates are greater than the maximum. .TP 5 \fBpechochar\fP -returns an error +returns +.B ERR if the window is not really a pad, and the associated call -to \fB\%wechochar\fP returns an error. +to \fB\%wechochar\fP returns +.BR ERR "." .TP 5 \fBpecho_wchar\fP -returns an error +returns +.B ERR if the window is not really a pad, and the associated call -to \fB\%wecho_wchar\fP returns an error. +to \fB\%wecho_wchar\fP returns +.BR ERR "." .RE .SH NOTES \fB\%pechochar\fP may be a macro. @@ -218,7 +223,7 @@ and select text from the pad. .PP The two uses may be related. .PP -The XSI Curses standard, Issue 4 describes these functions, +X/Open Curses, Issue 4 describes these functions, without significant change from the SVr3 documentation. It describes no error conditions. The behavior of \fB\%subpad\fP if the parent window is not