X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_slk.3x;h=0e95b0bd54122bc5d85c26f9a75c145107e0a43c;hp=54d0ec0bd4680d040e33e7fe6408dce2d078f0a7;hb=cef50b3afcd58166f3541b701c97bce538844c76;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/man/curs_slk.3x b/man/curs_slk.3x index 54d0ec0b..0e95b0bd 100644 --- a/man/curs_slk.3x +++ b/man/curs_slk.3x @@ -26,13 +26,14 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_slk.3x,v 1.18 2010/07/31 14:43:29 tom Exp $ +.\" $Id: curs_slk.3x,v 1.21 2010/10/02 23:21:04 tom Exp $ .TH curs_slk 3X "" .na .hy 0 .SH NAME \fBslk_init\fR, \fBslk_set\fR, +\fBslk_wset\fR, \fBslk_refresh\fR, \fBslk_noutrefresh\fR, \fBslk_label\fR, @@ -78,13 +79,13 @@ .br \fBint slk_attr_off(const attr_t attrs, void * opts);\fR .br -\fBint slk_attr_set(const attr_t attrs,\fR -.br - \fBshort color_pair_number, void* opts);\fR +\fBint slk_attr_set(const attr_t attrs, short color_pair, void* opts);\fR .br \fBattr_t slk_attr(void);\fR .br -\fBint slk_color(short color_pair_number);\fR +\fBint slk_color(short color_pair);\fR +.br +\fBint slk_wset(int labnum, const wchar_t *label, int fmt);\fR .br .SH DESCRIPTION The slk* functions manipulate the set of soft function-key labels that exist on @@ -126,7 +127,9 @@ but in addition an index line is generated, helping the user to identify the key numbers easily. .RE .PP -The \fBslk_set\fR routine has three parameters: +The \fBslk_set\fR routine +(and the \fBslk_wset\fR routine for the wide-character library) +has three parameters: .RS .TP 5 .I labnum @@ -232,7 +235,11 @@ qualifiers. The format codes \fB2\fR and \fB3\fR for \fBslk_init()\fR and the function \fBslk_attr\fR are specific to ncurses. .SH SEE ALSO -\fBcurses\fR(3X), \fBcurs_attr\fR(3X), \fBcurs_initscr\fR(3X), \fBcurs_refresh\fR(3X) +\fBcurses\fR(3X), +\fBcurs_attr\fR(3X), +\fBcurs_initscr\fR(3X), +\fBcurs_refresh\fR(3X), +\fBcurs_variables\fR(3X). .\"# .\"# The following sets edit modes for GNU EMACS .\"# Local Variables: