summaryrefslogtreecommitdiffstats
path: root/docs/advanced-config
diff options
context:
space:
mode:
authorDavin K. Tanabe <coder@pelebyte.net>2022-07-31 10:30:34 -0400
committerGitHub <noreply@github.com>2022-07-31 16:30:34 +0200
commitaaab920f88015eb0a44e6514bf19b1db2b14829f (patch)
tree64247f110b2f9006ed46c9945b71a324dc251feb /docs/advanced-config
parentdd73447329e637ee207b1103ecb6a4bdbdc89324 (diff)
feat: Add support for blink, hidden, and strikethrough styles. (#4138)
Add support for blink, hidden, and strikethrough styles.
Diffstat (limited to 'docs/advanced-config')
-rw-r--r--docs/advanced-config/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/advanced-config/README.md b/docs/advanced-config/README.md
index ea71bc1bc..e030cadf3 100644
--- a/docs/advanced-config/README.md
+++ b/docs/advanced-config/README.md
@@ -278,6 +278,9 @@ Style strings are a list of words, separated by whitespace. The words are not ca
- `underline`
- `dimmed`
- `inverted`
+- `blink`
+- `hidden`
+- `strikethrough`
- `bg:<color>`
- `fg:<color>`
- `<color>`
@@ -297,3 +300,9 @@ A color specifier can be one of the following:
- A number between 0-255. This specifies an [8-bit ANSI Color Code](https://i.stack.imgur.com/KTSQa.png).
If multiple colors are specified for foreground/background, the last one in the string will take priority.
+
+Not every style string will be displayed correctly by every terminal. In particular, the following known quirks exist:
+
+- Many terminals disable support for `blink` by default
+- `hidden` is not supported on iTerm (https://gitlab.com/gnachman/iterm2/-/issues/4564).
+- `strikethrough` is not supported by the default macOS Terminal.app