mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Shorten an overlong set_color example in the man page
The `set_color normal` text had a comment that caused the example to wrap to the next line in an 80 column window. Shorten the comment so the example fits on one line.
This commit is contained in:
parent
46fba342db
commit
450d4be88f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Note 3: `set_color` works by printing sequences of characters to its stdout. If
|
|||
set_color red; echo "Roses are red"
|
||||
set_color blue; echo "Violets are blue"
|
||||
set_color 62A; echo "Eggplants are dark purple"
|
||||
set_color normal; echo "Normal is nice" # This will reset background, too
|
||||
set_color normal; echo "Normal is nice" # Resets the background too
|
||||
\endfish
|
||||
|
||||
\subsection set_color-detection Terminal Capability Detection
|
||||
|
|
Loading…
Reference in a new issue