X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=include%2FCaps.hpux11;h=f9633f4c504067fff9a62be9c1efd78acb224757;hb=67327e4e3b2121f8273fb73ec14ef234ed01231e;hp=4f99d34efe7388af7c833157dbdb97dd4469c9da;hpb=97cb42f22c43eb31a4bf11475bd73ab0e0b10923;p=ncurses.git diff --git a/include/Caps.hpux11 b/include/Caps.hpux11 index 4f99d34e..f9633f4c 100644 --- a/include/Caps.hpux11 +++ b/include/Caps.hpux11 @@ -1,5 +1,6 @@ ############################################################################## -# Copyright (c) 2002-2016,2019 Free Software Foundation, Inc. # +# Copyright 2019-2021,2023 Thomas E. Dickey # +# Copyright 2002-2015,2016 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 "Software"), # @@ -28,7 +29,7 @@ # # Author: Thomas Dickey # -# $Id: Caps.hpux11,v 1.14 2019/07/27 00:36:44 tom Exp $ +# $Id: Caps.hpux11,v 1.20 2023/12/30 21:36:32 Branden.Robinson Exp $ # # This is an adaptation of ncurses' termcap/terminfo capability table, which # is designed to align with HPUX 11.x's terminfo. @@ -47,7 +48,7 @@ # # Column 1: terminfo variable name # Column 2: terminfo capability name -# Column 3: capability type (boolean, numeric, or string) +# Column 3: capability type (Boolean, numeric, or string) # Column 4: termcap capability name # Column 5: KEY_xxx name, if any, `-' otherwise # Column 6: value for KEY_xxx name, if any, `-' otherwise @@ -57,7 +58,7 @@ # # The codes following [Y-] in column 7 describe the versions of termcap which # use the given capability. This information is not used by the curses library -# proper; rather, it's there to help the terminfo maintainer avoid emitting +# proper; rather, it is there to help the terminfo maintainer avoid emitting # termcap entry translations that are more than 1023 bytes long (and tank a # lot of old termcap-using programs). The codes read as follows: # B = mentioned in the BSD man page for 4.4BSD curses @@ -97,8 +98,8 @@ # 3. List it in the standard table. You almost certainly do *not* want # to do this -- the capabilities in that one, and their order, have been # carefully chosen to be SVr4-binary-compatible when they're written out -# as a terminfo object, and breaking this would be bad. It's up to the ncurses -# library what to do with the terminfo data after it's read in. +# as a terminfo object, and breaking this would be bad. It is up to the ncurses +# library what to do with the terminfo data after it is read in. # # 4. List it in the aliases table with an IGNORE target field. If you # do this, the capability will be ignored on input (though the user will @@ -107,7 +108,7 @@ # 5. List it in the extensions table. If you do this, the compiler will # silently accept the capability, but the curses library proper will never # see it (because it won't be written out as part of the terminfo object -# format). It's up to you what you have the compiler do with it. +# format). It is up to you what you have the compiler do with it. # # There are two opposite reasons to choose option 5. One is when you want # to eat the capability silently and discard it when doing translations @@ -157,39 +158,45 @@ # STANDARD CAPABILITIES # #%The following is a complete table of the capabilities included in a -#%terminfo description block and available to terminfo-using code. In each -#%line of the table, -#% +#%terminfo description block and available to terminfo-using code. +#%In each line of the table, +#%.bP #%The \fBvariable\fR is the name by which the programmer (at the terminfo level) #%accesses the capability. -#% -#%The \fBcapname\fR is the short name used in the text of the database, +#%.bP +#%The \fBcapname\fR (\fICap-name\fP) +#%is the short name used in the text of the database, #%and is used by a person updating the database. +#%.IP #%Whenever possible, capnames are chosen to be the same as or similar to #%the ANSI X3.64-1979 standard (now superseded by ECMA-48, which uses -#%identical or very similar names). Semantics are also intended to match -#%those of the specification. -#% -#%The termcap code is the old -#%.B termcap -#%capability name (some capabilities are new, and have names which termcap -#%did not originate). -#%.P +#%identical or very similar names). +#%Semantics are also intended to match those of the specification. +#%.IP #%Capability names have no hard length limit, but an informal limit of 5 #%characters has been adopted to keep them short and to allow the tabs in #%the source file #%.B Caps #%to line up nicely. -#% -#%Finally, the description field attempts to convey the semantics of the -#%capability. You may find some codes in the description field: +#%.bP +#%The \fBtermcap\fP (\fITcap\fP) code is the old capability name +#%(some capabilities are new, and have names which termcap did not originate). +#%.bP +#%Finally, the \fBdescription\fP field attempts to convey the semantics of the +#%capability. +#%.PP +#%You may find some codes in the description field: #%.TP #%(P) #%indicates that padding may be specified #%.TP #%#[1-9] -#%in the description field indicates that the string is passed through tparm with -#%parms as given (#\fIi\fP). +#%in the description field indicates that the string is passed +#%through \fBtparm\fP(3X) with parameters as given (#\fIi\fP). +#%.IP +#%If no parameters are listed in the description, +#%passing the string through \fBtparm\fP(3X) may give unexpected results, +#%e.g., if it contains percent (%%) signs. #%.TP #%(P*) #%indicates that padding may vary in proportion to the number of @@ -199,7 +206,7 @@ #%indicates the \fIi\fP\uth\d parameter. #% #%.PP -#% These are the boolean capabilities: +#% These are the Boolean capabilities: #% #%.na #%.TS H @@ -230,7 +237,7 @@ dest_tabs_magic_smso xt bool xt - - YBCGE tabs destructive, magic so char (t106 tilde_glitch hz bool hz - - YB-GE cannot print ~'s (Hazeltine) transparent_underline ul bool ul - - YBCGE underline character overstrikes xon_xoff xon bool xo - - YB--- terminal uses xon/xoff handshaking -# end booleans for HPUX 9, 10 (non-color curses) +# end Booleans for HPUX 9, 10 (non-color curses) needs_xon_xoff nxon bool nx - - ----- padding will not work, xon/xoff required prtr_silent mc5i bool 5i - - ----- printer will not echo on screen hard_cursor chts bool HC - - ----- cursor is hard to see @@ -282,8 +289,8 @@ no_color_video ncv num NC - - ----- video attributes that cannot be used with #%.ad #% #%The following numeric capabilities are present in the SVr4.0 term structure, -#%but are not yet documented in the man page. They came in with SVr4's -#%printer support. +#%but are not yet documented in the man page. +#%They came in with SVr4's printer support. #% #%.na #%.TS H @@ -604,7 +611,7 @@ key_sundo kUND str !3 KEY_SUNDO 0626 ----- shifted undo key req_for_input rfi str RF - - ----- send next input char (for ptys) clr_bol el1 str cb - - ----- Clear to beginning of line clear_margins mgc str MC - - ----- clear right and left soft margins -set_left_margin smgl str ML - - ----- set left soft margin at current column. See smgl. (ML is not in BSD termcap). +set_left_margin smgl str ML - - ----- set left soft margin at current column. (ML is not in BSD termcap). set_right_margin smgr str MR - - ----- set right soft margin at current column label_format fln str Lf - - ----- label format set_clock sclk str SC - - ----- set clock, #1 hrs #2 mins #3 secs @@ -894,7 +901,7 @@ has_hardware_tabs OTpt bool pt - - YB--- has 8-char tabs invoked with ^I return_does_clr_eol OTxr bool xr - - YB--- return clears the line # tek_4025_insert_line OTxx bool xx - - -BC-- Tektronix 4025 insert-line glitch # -# mytinfo described this as a termcap capability, but it's not listed in the +# mytinfo described this as a termcap capability, but it is not listed in the # 4.4BSD man pages, and not found in the 4.4BSD termcap file. The ncurses # package, like System V, behaves as though it is always true. #