X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_addch.3x;h=15d859b653a51f04290a7afa51660defb3d3f0f2;hp=02314d4ab5ba7eaf1ca81b9e5726375562200dad;hb=21c8ffa0edf2e389f3f674f0c08009002c6f357d;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/man/curs_addch.3x b/man/curs_addch.3x index 02314d4a..15d859b6 100644 --- a/man/curs_addch.3x +++ b/man/curs_addch.3x @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_addch.3x,v 1.35 2015/05/13 19:18:37 tom Exp $ +.\" $Id: curs_addch.3x,v 1.36 2015/07/16 09:14:44 tom Exp $ .TH curs_addch 3X "" .de bP .IP \(bu 4 @@ -55,6 +55,7 @@ \fBint wechochar(WINDOW *win, const chtype ch);\fR .br .SH DESCRIPTION +.SS Adding characters The \fBaddch\fR, \fBwaddch\fR, \fBmvaddch\fR and \fBmvwaddch\fR routines put the character \fIch\fR into the given window at its current window position, which is then advanced. They are analogous to \fBputchar\fR in \fBstdio\fR(3). @@ -97,6 +98,7 @@ Video attributes can be combined with a character argument passed to using \fBinch\fR and \fBaddch\fR.) See the \fBcurs_attr\fR(3X) page for values of predefined video attribute constants that can be usefully OR'ed into characters. +.SS Echoing characters .PP The \fBechochar\fR and \fBwechochar\fR routines are equivalent to a call to \fBaddch\fR followed by a call to \fBrefresh\fR, or a call to \fBwaddch\fR