aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-23 18:14:17 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-23 18:14:17 -0500
commit022c3f64a38045660e7ec1f5cc9f8575bbc19db4 (patch)
tree38e100e06f4285728742c1b50c02b66c34bb8e0e
parentefed2e181f143f881a002825355d135fcca048f2 (diff)
downloaduxd-022c3f64a38045660e7ec1f5cc9f8575bbc19db4.tar.gz
tweak man page
-rw-r--r--uxd.151
-rw-r--r--uxd.rst25
2 files changed, 36 insertions, 40 deletions
diff --git a/uxd.1 b/uxd.1
index 1330b00..6ed9177 100644
--- a/uxd.1
+++ b/uxd.1
@@ -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
diff --git a/uxd.rst b/uxd.rst
index 97fa4ff..f86f5f6 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -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