Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/termcap Add descriptions for colour related and 'ZZ' c...



details:   https://anonhg.NetBSD.org/src/rev/9eb5a0983c61
branches:  trunk
changeset: 486243:9eb5a0983c61
user:      jdc <jdc%NetBSD.org@localhost>
date:      Tue May 16 20:23:11 2000 +0000

description:
Add descriptions for colour related and 'ZZ' capabilities.
Pointed out by Perry E. Metzger.

diffstat:

 share/termcap/termcap.5 |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (101 lines):

diff -r 896f9a2d9299 -r 9eb5a0983c61 share/termcap/termcap.5
--- a/share/termcap/termcap.5   Tue May 16 19:07:35 2000 +0000
+++ b/share/termcap/termcap.5   Tue May 16 20:23:11 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: termcap.5,v 1.17 2000/04/27 00:24:16 jdc Exp $
+.\"    $NetBSD: termcap.5,v 1.18 2000/05/16 20:23:11 jdc Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -181,10 +181,12 @@
 .It "@7        str             Sent by end key."
 .It "@8        str             Sent by enter key."
 .It "@9        str             Sent by exit key."
+.It "AB        str             Set background colour to #1 using ANSI escape".
 .It "ae        str     (P)     End alternative character set."
 .It AL str     (NP*)   Add"
 .Em n
 new blank lines
+.It "AF        str             Set foreground colour to #1 using ANSI escape".
 .It "al        str     (P*)    Add new blank line."
 .It "am        bool            Terminal has automatic margins."
 .It "as        str     (P)     Start alternative character set."
@@ -197,12 +199,14 @@
 .It "bw        bool    " Ta Sy \&le
 (backspace) wraps from column 0 to last column.
 .It "CC        str             Terminal settable command character in prototype."
+.It "cc        bool            Terminal can re-define existing colour."
 .It "cd        str     (P*)    Clear to end of display."
 .It "ce        str     (P)     Clear to end of line."
 .It "ch        str     (NP)    Set cursor column (horizontal position)."
 .It "cl        str     (P*)    Clear screen and home cursor."
 .It "CM        str     (NP)    Memory-relative cursor addressing."
 .It "cm        str     (NP)    Screen-relative cursor motion."
+.It "Co        num             Maximum number of colours on the screen."
 .It "co        num             Number of columns in a line (See"
 .Sx BUGS
 section below).
@@ -240,6 +244,7 @@
 .It "ds        str             Disable status line."
 .It "dT        num     (o)     Milliseconds of horizontal tab delay needed (default 0)."
 .It "dV        num     (o)     Milliseconds of vertical tab delay needed (default 0)."
+.It "eA        str             Enable alternate character set."
 .It "ec        str     (NP)    Erase"
 .Ar n
 characters.
@@ -260,6 +265,7 @@
 .It "hc        bool            Hardcopy terminal."
 .It "HD        bool    (o)     Half-duplex."
 .It "hd        str             Half-line down (forward 1/2 linefeed)."
+.It "hl        bool            Terminal uses only HLS colour notation (Tektronix)."
 .It "ho        str     (P)     Home cursor."
 .It "hs        bool            Has extra"
 .Dq status line .
@@ -271,10 +277,12 @@
 .It "IC        str     (NP*)   Insert"
 .Ar n
 blank characters.
+.It "Ic        str             Set colour #1 to RGB #2, #3, #4."
 .It "ic        str     (P*)    Insert character."
 .It "if        str             Name of file containing initialization string."
 .It "im        str             Enter insert mode."
 .It "in        bool            Insert mode distinguishes nulls."
+.It "Ip        str             Set colour-pair #1 to fg #2, bg #3."
 .It "iP        str             Pathname of program for initialization"
 .Pf ( Xr terminfo
 only).
@@ -374,6 +382,7 @@
 .Sy \&do ).
 .It "OP        bool    (o)     Odd parity."
 .It "os        bool            Terminal overstrikes."
+.It "pa        num             Maximum number of colour-pairs on the screen."
 .It "pb        num             Lowest baud where delays are required."
 .It "pc        str             Pad character (default" Tn NUL ).
 .It "pf        str             Turn off the printer."
@@ -418,8 +427,10 @@
 .Pf ( Nm termcap
 only).
 .It "sa        str     (NP)    Define the video attributes."
+.It "Sb        str             Set background colour to #1."
 .It "sc        str     (P)     Save cursor position."
 .It "se        str             End standout mode."
+.It "Sf        str             Set foreground colour to #1."
 .It "SF        str     (NP*)   Scroll forward"
 .Em n
 lines.
@@ -457,6 +468,7 @@
 lines.
 .It "up        str             Upline (cursor up)."
 .It "us        str             Start underscore mode."
+.It "ut        bool            Screen erased with background colour."
 .It "vb        str             Visible bell (must not move cursor)."
 .It "ve        str             Make cursor appear normal (undo"
 .Sy \&vs Ns / Sy \&vi ) .
@@ -480,6 +492,7 @@
 .Sy \&so
 char (Teleray 1061).
 .It "xx        bool    (o)     Tektronix 4025 insert-line."
+.It "ZZ        str             Address of buffer allocated to hold full termcap entry."
 .El
 .Ss A Sample Entry
 The following entry, which describes the Concept\-100, is among the more



Home | Main Index | Thread Index | Old Index