X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_util.3x;h=a71015b3ef45ec5d2fc6efccd68ab4bedcb049c5;hp=092b411b8755680ee4e5cd8f6b7ecc3655d538b3;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=d97989d1e0db7282c723cabb44b991b951790006 diff --git a/man/curs_util.3x b/man/curs_util.3x index 092b411b..a71015b3 100644 --- a/man/curs_util.3x +++ b/man/curs_util.3x @@ -1,6 +1,7 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 1998-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 * @@ -27,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_util.3x,v 1.56 2019/11/30 21:04:02 tom Exp $ +.\" $Id: curs_util.3x,v 1.58 2020/10/17 22:54:59 tom Exp $ .TH curs_util 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -60,23 +61,23 @@ \fBconst char *unctrl(chtype c);\fR .br \fBwchar_t *wunctrl(cchar_t *c);\fR -.br +.sp \fBconst char *keyname(int c);\fR .br \fBconst char *key_name(wchar_t w);\fR -.br +.sp \fBvoid filter(void);\fR .br \fBvoid nofilter(void);\fR -.br +.sp \fBvoid use_env(bool f);\fR .br \fBvoid use_tioctl(bool f);\fR -.br +.sp \fBint putwin(WINDOW *win, FILE *filep);\fR .br \fBWINDOW *getwin(FILE *filep);\fR -.br +.sp \fBint delay_output(int ms);\fR .br \fBint flushinp(void);\fR @@ -343,7 +344,7 @@ the parameter is a 7-bit US\-ASCII code. This is the case that X/Open Curses documented. .bP the parameter is in the range 128\-159, i.e., a C1 control code. -If \fBuse_legacy_coding\fP has been called with a \fB2\fP parameter, +If \fBuse_legacy_coding\fP(3X) has been called with a \fB2\fP parameter, \fBunctrl\fP returns the parameter, i.e., a one-character string with the parameter as the first character. Otherwise, it returns \*(``~@\*('', \*(``~A\*('', etc., @@ -368,14 +369,14 @@ Or they may ignore C1 controls and treat all of the upper-128 codes as printable. This implementation uses 8 bits but does not modify the string to reflect locale. -The \fBuse_legacy_coding\fP function allows the caller to +The \fBuse_legacy_coding\fP(3X) function allows the caller to change the output of \fBunctrl\fP. .PP Likewise, the \fBmeta\fP(3X) function allows the caller to change the output of \fBkeyname\fP, i.e., it determines whether to use the \*(``M\-\*('' prefix for \*(``meta\*('' keys (codes in the range 128 to 255). -Both \fBuse_legacy_coding\fP and \fBmeta\fP succeed only after +Both \fBuse_legacy_coding\fP(3X) and \fBmeta\fP(3X) succeed only after curses is initialized. X/Open Curses does not document the treatment of codes 128 to 159. When treating them as \*(``meta\*('' keys