X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_addch.3x;h=1ad071a8a8a0e06cabdcd9ad52adbcec9799c1f2;hp=903da7564b1ddc39034419c48e2b6abf2f7c7707;hb=b040313679284c778b4f02a5b34d9e775ceba697;hpb=9bb12d03d854ce72b456e525f0c560f2fa91545d;ds=sidebyside diff --git a/man/curs_addch.3x b/man/curs_addch.3x index 903da756..1ad071a8 100644 --- a/man/curs_addch.3x +++ b/man/curs_addch.3x @@ -1,6 +1,6 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2007,2010 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2010,2011 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_addch.3x,v 1.29 2010/08/14 23:29:16 tom Exp $ +.\" $Id: curs_addch.3x,v 1.32 2011/01/15 14:15:10 tom Exp $ .TH curs_addch 3X "" .SH NAME \fBaddch\fR, @@ -148,6 +148,10 @@ Note that \fBaddch\fR, \fBmvaddch\fR, \fBmvwaddch\fR, and All these functions are described in the XSI Curses standard, Issue 4. The defaults specified for forms-drawing characters apply in the POSIX locale. .LP +X/Open Curses states that the \fIACS_\fP definitions are \fBchar\fP constants. +For the wide-character implementation (see \fBcurs_add_wch\fP), +there are analogous \fIWACS_\fP definitions which are \fBcchar_t\fP constants. +.LP Some ACS symbols (ACS_S3, ACS_S7, @@ -175,14 +179,9 @@ This is true of other implementations, but is not documented. \fBcurs_inch\fR(3X), \fBcurs_outopts\fR(3X), \fBcurs_refresh\fR(3X), +\fBcurs_variables\fR(3X), \fBputc\fR(3). .PP Comparable functions in the wide-character (ncursesw) library are described in \fBcurs_add_wch\fR(3X). -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: