X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_ins_wch.3x;h=9b19a2825c41fc4e72706f09af8edb82b8503443;hp=1f2307a163ad165565e8ca941f569e9f72d00aef;hb=HEAD;hpb=159cd0555e0efc14be66c9c3a1548f58908b6a1d diff --git a/man/curs_ins_wch.3x b/man/curs_ins_wch.3x index 1f2307a1..90b03f64 100644 --- a/man/curs_ins_wch.3x +++ b/man/curs_ins_wch.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2019-2022,2023 Thomas E. Dickey * +.\" Copyright 2019-2023,2024 Thomas E. Dickey * .\" Copyright 2002-2010,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_ins_wch.3x,v 1.26 2023/12/23 16:03:24 tom Exp $ -.TH curs_ins_wch 3X 2023-12-23 "ncurses 6.4" "Library calls" +.\" $Id: curs_ins_wch.3x,v 1.30 2024/04/20 19:18:18 tom Exp $ +.TH curs_ins_wch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -75,11 +75,11 @@ 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 @@ -93,7 +93,8 @@ and \fB\%mvwins_wch\fP may be implemented as macros. .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\*(''.