diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-23 18:14:17 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-23 18:14:17 -0500 |
commit | 022c3f64a38045660e7ec1f5cc9f8575bbc19db4 (patch) | |
tree | 38e100e06f4285728742c1b50c02b66c34bb8e0e | |
parent | efed2e181f143f881a002825355d135fcca048f2 (diff) | |
download | uxd-022c3f64a38045660e7ec1f5cc9f8575bbc19db4.tar.gz |
tweak man page
-rw-r--r-- | uxd.1 | 51 | ||||
-rw-r--r-- | uxd.rst | 25 |
2 files changed, 36 insertions, 40 deletions
@@ -109,32 +109,47 @@ terminal and its color settings. Ignored if \fB\-m\fP given. .BI \-c \ nnnnn Set the colors to use. Must be 1 to 5 digits, from 0 to 7. These are standard ANSI colors: -.INDENT 7.0 -.TP -.B 0 +.TS +center; +|l|l|l|l|l|l|l|l|. +_ +T{ +0 +T} T{ +1 +T} T{ +2 +T} T{ +3 +T} T{ +4 +T} T{ +5 +T} T{ +6 +T} T{ +7 +T} +_ +T{ black -.TP -.B 1 +T} T{ red -.TP -.B 2 +T} T{ green -.TP -.B 3 +T} T{ yellow -.TP -.B 4 +T} T{ blue -.TP -.B 5 +T} T{ purple -.TP -.B 6 +T} T{ cyan -.TP -.B 7 +T} T{ white -.UNINDENT +T} +_ +.TE .sp The first 2 digits are the alternating colors for normal characters, the 3rd and 4th (optional) are the alternating colors for non\-printable @@ -91,29 +91,10 @@ Also, a decimal point can be used: **1.5K** is 1500 bytes, **1.5k** is Set the colors to use. Must be 1 to 5 digits, from 0 to 7. These are standard ANSI colors: - 0 - black + .. csv-table:: - 1 - red - - 2 - green - - 3 - yellow - - 4 - blue - - 5 - purple - - 6 - cyan - - 7 - white + 0,1,2,3,4,5,6,7 + black,red,green,yellow,blue,purple,cyan,white The first 2 digits are the alternating colors for normal characters, the 3rd and 4th (optional) are the alternating colors for non-printable |