@color didn't escape the | symbol after it became used as an ansi control character, which messed up the formatting of the help file
This commit is contained in:
parent
7f63393cb7
commit
cd04ea4c62
1 changed files with 1 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ class CmdColorTest(COMMAND_DEFAULT_CLASS):
|
||||||
testing which colors your client support
|
testing which colors your client support
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
@color ansi|xterm256
|
@color ansi||xterm256
|
||||||
|
|
||||||
Prints a color map along with in-mud color codes to use to produce
|
Prints a color map along with in-mud color codes to use to produce
|
||||||
them. It also tests what is supported in your client. Choices are
|
them. It also tests what is supported in your client. Choices are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue