X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=man%2Fcurs_getcchar.3x;h=46d361106d68536a7c7b492af9bc97cde94298f2;hb=2632b47fdcf4dcd101962c92acafaac69630388f;hp=43f97fd434113e46f9a7b12693d1d8cc1e8fd546;hpb=d97989d1e0db7282c723cabb44b991b951790006;p=ncurses.git diff --git a/man/curs_getcchar.3x b/man/curs_getcchar.3x index 43f97fd4..46d36110 100644 --- a/man/curs_getcchar.3x +++ b/man/curs_getcchar.3x @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 2001-2017,2019 Free Software Foundation, Inc. * +.\" Copyright 2019-2020,2021 Thomas E. Dickey * +.\" Copyright 2001-2015,2017 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 * @@ -26,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_getcchar.3x,v 1.23 2019/11/30 22:22:32 tom Exp $ +.\" $Id: curs_getcchar.3x,v 1.27 2021/12/25 20:35:03 tom Exp $ .TH curs_getcchar 3X "" .de bP .ie n .IP \(bu 4 @@ -115,7 +116,7 @@ In that case, no nonspacing characters are allowed. .PP X/Open Curses documents the \fIopts\fP argument as reserved for future use, saying that it must be null. -This implementation +This implementation uses that parameter in ABI 6 for the functions which have a color-pair parameter to support extended color pairs: .bP @@ -176,7 +177,7 @@ characters \fIz\fP and a single spacing character \fIc\fP. HP-UX\ 10 uses an opaque structure with 28 bytes, which is large enough for the 6 \fBwchar_t\fP values. .bP -Solaris xpg4 curses uses a single array of 6 \fBwchar_t\fP values. +Solaris \fIxpg4\fP curses uses a single array of 6 \fBwchar_t\fP values. .PP This implementation's \fBcchar_t\fP was defined in 1995 using \fB5\fP for the total of spacing and non-spacing characters @@ -195,7 +196,7 @@ so some applications may be affected. .SH SEE ALSO .PP Functions: -\fBcurs_attr\fR(3X), -\fBcurs_color\fR(3X), -\fBcurses\fR(3X), -\fBwcwidth\fR(3). +\fBcurs_attr\fP(3X), +\fBcurs_color\fP(3X), +\fBcurses\fP(3X), +\fBwcwidth\fP(3).