summaryrefslogtreecommitdiffstats
path: root/runtime/doc/term.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-29 18:39:11 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-29 18:39:11 +0100
commit84f546363068e4ddfe14a8a2a2322bb8d3a25417 (patch)
tree3ba03d5c35ce660ee6f437aa2a89948953c362bd /runtime/doc/term.txt
parent8b5901e2f9466eb6f38f5b251e871f609f65e252 (diff)
patch 9.0.0007: no support for double, dotted and dashed underlinesv9.0.0007
Problem: No support for double, dotted and dashed underlines. Solution: Add the termcap entries and highlight modes. (closes #9553)
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r--runtime/doc/term.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index f103405728..c4199c2db9 100644
--- a/runtime/doc/term.txt
+++ b/runtime/doc/term.txt
@@ -372,8 +372,11 @@ OUTPUT CODES *terminal-output-codes*
Added by Vim (there are no standard codes for these):
t_AU set underline color (ANSI) *t_AU* *'t_AU'*
- t_Ce undercurl end *t_Ce* *'t_Ce'*
- t_Cs undercurl mode *t_Cs* *'t_Cs'*
+ t_Ce undercurl and underline end *t_Ce* *'t_Ce'*
+ t_Cs undercurl (curly underline) mode *t_Cs* *'t_Cs'*
+ t_Us double underline mode *t_Us* *'t_Us'*
+ t_ds dotted underline mode *t_ds* *'t_ds'*
+ t_Ds dashed underline mode *t_Ds* *'t_Ds'*
t_Te strikethrough end *t_Te* *'t_Te'*
t_Ts strikethrough mode *t_Ts* *'t_Ts'*
t_IS set icon text start *t_IS* *'t_IS'*