X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_util.3x.html;h=1ebcaf6e99d601ad894f5123b56287e8b5a2c44a;hb=8e397cccba0aad135cb9a8a353756f4273a7cdf6;hp=062eabefc624554f53120054c9f709b5016da844;hpb=58552e8c761a70f8f0bd591fecdf576fa8216e3e;p=ncurses.git diff --git a/doc/html/man/curs_util.3x.html b/doc/html/man/curs_util.3x.html index 062eabef..1ebcaf6e 100644 --- a/doc/html/man/curs_util.3x.html +++ b/doc/html/man/curs_util.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_util.3x,v 1.46 2017/01/07 19:35:54 tom Exp @ + * @Id: curs_util.3x,v 1.48 2017/04/22 14:05:14 tom Exp @ --> @@ -272,8 +272,8 @@ KEY_MAX, but are not guaranteed to be the same value for different runs because user-defined codes are merged from all terminal descriptions which have been loaded. The - use_extended_names function controls whether this data is - loaded when the terminal description is read by the li- + use_extended_names(3x) function controls whether this data + is loaded when the terminal description is read by the li- brary. @@ -346,9 +346,9 @@ The strings returned by unctrl in this implementation are determined at compile time, showing C1 controls from the - upper-128 codes with a `~' prefix rather than `^'. Other + upper-128 codes with a "~" prefix rather than "^". Other implementations have different conventions. For example, - they may show both sets of control characters with `^', + they may show both sets of control characters with "^", and strip the parameter to 7 bits. Or they may ignore C1 controls and treat all of the upper-128 codes as print- able. This implementation uses 8 bits but does not modify @@ -357,7 +357,7 @@ Likewise, the meta(3x) function allows the caller to change the output of keyname, i.e., it determines whether - to use the `M-' prefix for "meta" keys (codes in the range + to use the "M-" prefix for "meta" keys (codes in the range 128 to 255). Both use_legacy_coding and meta succeed only after curses is initialized. X/Open Curses does not docu- ment the treatment of codes 128 to 159. When treating