diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-21 04:29:14 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-21 04:29:14 -0500 |
commit | d7546f793ca01866ba1a1351e2f139a7c0ed9711 (patch) | |
tree | 796dfe98845ed3146350465ff0e71d49682a3bfb /uxd.rst | |
parent | b51d501fd23f18f3d1f6222cbf8fc3f714bc330e (diff) | |
download | uxd-d7546f793ca01866ba1a1351e2f139a7c0ed9711.tar.gz |
alternating colors for specials
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -69,15 +69,15 @@ as *K*, *M*, and *G* for power-of-10 based (e.g. *1K* is 1000 bytes). .. bold color output. --c nnnn - Set the colors to use. Must be 2 to 4 digits, from 0 to 7. These are +-c nnnnn + Set the colors to use. Must be 2 to 5 digits, from 0 to 7. These are standard ANSI colors. The first 2 are the alternating colors for - normal characters, the 3rd digit (optional) is the color for non-printable - and space characters, and the 4th (optional) is for invalid UTF-8 - sequences. Default: **2351**. This option also disables a prior **-m** + normal characters, the 3rd and 4th (optional) are the alternating color for non-printable + and space characters, and the 5th (optional) is for invalid UTF-8 + sequences. Default: **23561**. This option also disables a prior **-m** option. -.. colors (2 to 4 digits, 0 to 7). +.. colors (2 to 5 digits, 0 to 7). -d data Dump this data, instead of reading from a file or stdin. If *data* |