diff options
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 25 |
1 files changed, 3 insertions, 22 deletions
@@ -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 |