X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=man%2Fcurs_ins_wch.3x;h=90b03f64f4d1555a36a2c17fcdd455673dccd90e;hb=HEAD;hp=6730a770421b9a26a95146204feb5b5eb0642aaf;hpb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6;p=ncurses.git diff --git a/man/curs_ins_wch.3x b/man/curs_ins_wch.3x index 6730a770..cb1b8f9e 100644 --- a/man/curs_ins_wch.3x +++ b/man/curs_ins_wch.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_ins_wch.3x,v 1.28 2024/03/16 15:35:01 tom Exp $ -.TH curs_ins_wch 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" +.\" $Id: curs_ins_wch.3x,v 1.32 2024/05/25 20:16:27 tom Exp $ +.TH curs_ins_wch 3X 2024-05-25 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -75,25 +75,26 @@ Functions taking a pointer argument fail if the pointer is .BR NULL . .PP -Functions prefixed with \*(``mv\*('' first perform cursor movement using -\fB\%wmove\fP and fail if the position +Functions prefixed with \*(``mv\*('' first perform cursor movement and +fail if the position .RI ( y , .IR x ) -is outside the window. +is outside the window boundaries. .SH NOTES -A terminal's -.B \%insert_character -.RB ( ich1 ) -capability -is not necessarily employed. -.PP \fB\%ins_wch\fP, \fB\%mvins_wch\fP, and \fB\%mvwins_wch\fP may be implemented as macros. +.PP +A terminal's +.B \%insert_character +.RB ( ich1 ) +capability +is not necessarily employed. .SH PORTABILITY -X/Open Curses, Issue 4, describes these functions. +X/Open Curses, +Issue 4 describes these functions. .PP SVr4 describes successful return values only as \*(``an integer value other than \fBERR\fP\*(''.