We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d073b2d commit d60f639Copy full SHA for d60f639
documentation/OUTPUTMODES.md
@@ -64,7 +64,7 @@ We also support [8-bit](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) an
64

65
| Script | Code |
66
| ------ | ---- |
67
-| bash | `echo -e '\\033[31;42mred text on green background\\033[0m'` |
+| bash | `echo -e '\033[31;42mred text on green background\033[0m'` |
68
| bash tput | `export TERM=linux; echo "$(tput setaf 1)$(tput setab 2)red text on green background$(tput sgr0)";` |
69
| swift | `print("\\u{001B}[31;42mred text on green background\\u{001B}[0m")` |
70
| osascript | `do shell script "echo '\\033[31;42mred text on green background\\033[0m'"`|
0 commit comments