mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Introduce bold color option
Introduce "bold" color option which only apply bold color formatting to existing system color. Also make "bold" the default color option. Fixes all white issue with black on white tio text.
This commit is contained in:
parent
9db7bb4fbb
commit
9733bdf19c
6 changed files with 31 additions and 10 deletions
|
|
@ -155,14 +155,15 @@ If defining more than one flag, the flags must be comma separated.
|
|||
Enable hexadecimal mode.
|
||||
|
||||
.TP
|
||||
.BR \-c ", " "\-\-color " \fI0..255|none|list
|
||||
.BR \-c ", " "\-\-color " \fI0..255|bold|none|list
|
||||
|
||||
Colorize tio text using ANSI color code value ranging from 0 to 255 or use
|
||||
"none" for no color.
|
||||
"none" for no color or use "bold" to apply bold formatting to existing system
|
||||
color.
|
||||
|
||||
Use "list" to print a list of available ANSI color codes.
|
||||
|
||||
Default value is 15.
|
||||
Default value is "bold".
|
||||
|
||||
.TP
|
||||
.BR \-S ", " "\-\-socket \fI<socket>\fR\fB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue