diff options
author | Eric Lindblad <lindblad@gmx.us> | 2022-01-15 04:18:44 +0000 |
---|---|---|
committer | Eric Lindblad <lindblad@gmx.us> | 2022-01-15 20:11:55 +0000 |
commit | 4031ef62676b518d87dfc16d1d6c7bd64ef4c888 (patch) | |
tree | d0b17d05405532808eea601b089240edc930528f | |
parent | 0dc723957d0fdb5909f145405b775efea0fe2f6e (diff) | |
download | haskell-4031ef62676b518d87dfc16d1d6c7bd64ef4c888.tar.gz |
wikipedia link
-rw-r--r-- | docs/users_guide/using.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst index 994dc66d74..179c34b079 100644 --- a/docs/users_guide/using.rst +++ b/docs/users_guide/using.rst @@ -1313,7 +1313,7 @@ messages and in GHCi: header=:message=1:warning=1;35:error=1;31:fatal=1;31:margin=1;34 Each value is expected to be a `Select Graphic Rendition (SGR) substring - <https://en.wikipedia.org/wiki/ANSI_escape_code#graphics>`_. The + <https://en.wikipedia.org/wiki/ANSI_escape_code#SGR>`_. The formatting of each element can inherit from parent elements. For example, if ``header`` is left empty, it will inherit the formatting of ``message``. Alternatively if ``header`` is set to ``1`` (bold), it will |