diff options
Diffstat (limited to 'upstream/mageia-cauldron/man3/curs_add_wch.3x')
-rw-r--r-- | upstream/mageia-cauldron/man3/curs_add_wch.3x | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/upstream/mageia-cauldron/man3/curs_add_wch.3x b/upstream/mageia-cauldron/man3/curs_add_wch.3x index 70d849f1..a239b2a6 100644 --- a/upstream/mageia-cauldron/man3/curs_add_wch.3x +++ b/upstream/mageia-cauldron/man3/curs_add_wch.3x @@ -28,8 +28,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_add_wch.3x,v 1.53 2024/01/13 22:05:39 tom Exp $ -.TH curs_add_wch 3X 2024-01-13 "ncurses 6.4" "Library calls" +.\" $Id: curs_add_wch.3x,v 1.57 2024/03/23 19:58:15 tom Exp $ +.TH curs_add_wch 3X 2024-03-23 "ncurses 6.4" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -293,7 +293,7 @@ U+2550 BOX DRAWINGS DOUBLE HORIZONTAL .SH RETURN VALUE All routines return the integer \fBERR\fP upon failure and \fBOK\fP on success. .PP -X/Open does not define any error conditions. +X/Open Curses does not specify any error conditions. This implementation returns an error .bP if the window pointer is null or @@ -338,7 +338,7 @@ wide characters. The misdefined symbols are the arrows and other symbols which are not used for line-drawing. .PP -X/Open Curses does not define symbols for thick- or double-lines. +X/Open Curses does not specify symbols for thick- or double-lines. SVr4 curses implementations defined their line-drawing symbols in terms of intermediate symbols. This implementation extends those symbols, providing new definitions @@ -423,12 +423,22 @@ may hold one non-spacing character. In the latter case, \fI\%ncurses\fP adds the non-spacing character to the active (base) spacing character. +.SS TABSIZE +The +.B TABSIZE +variable is implemented in SVr4 and other versions of +.IR curses , +but is not specified by X/Open Curses +(see \fBcurs_variables\fP(3X)). .SH SEE ALSO \fB\%curses\fP(3X), \fB\%curs_addch\fP(3X), +\fB\%curs_addwstr\fP(3X), +\fB\%curs_add_wchstr\fP(3X), \fB\%curs_attr\fP(3X), \fB\%curs_clear\fP(3X), \fB\%curs_getcchar\fP(3X), \fB\%curs_outopts\fP(3X), \fB\%curs_refresh\fP(3X), +\fB\%curs_variables\fP(3X), \fB\%putwc\fP(3) |