diff options
author | Robin Jarry <robin@jarry.cc> | 2023-05-30 09:42:51 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-05-30 09:43:21 +0200 |
commit | df9ffb6a000a5d035fdcb8385aaf0deb3402021a (patch) | |
tree | 8396f3d8431df6098b5d27dc0715e0edf1e407b0 /doc/aerc-config.5.scd | |
parent | 6939f83ba670cfd69196f6c9434d6188c0a0af4a (diff) | |
download | aerc-df9ffb6a000a5d035fdcb8385aaf0deb3402021a.tar.gz |
doc: fix invalid markup
Extraneous underscore slipped in.
Fixes: 3d99fae3d224 ("term: add config options for TERM and osc8")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 9e1f8a37..f092bfcf 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -72,7 +72,7 @@ These options are configured in the *[general]* section of _aerc.conf_. Default: _xterm-256color_ -*enable-osc8* = __true_|_false_ +*enable-osc8* = _true_|_false_ Enable the embedded terminal to output OSC 8 (hyperlinks) escape sequences. Not all terminal emulators handle OSC 8 sequences properly and can produce confusing results, disable this setting if that occurs. |