diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-15 22:37:00 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-15 22:37:00 +0000 |
commit | 152c9dd52b4ff1a39618e973c720829ac6395f2d (patch) | |
tree | e5e3d27ba4884ec1fc23debe4043ed272a1f7386 /runtime/doc/term.txt | |
parent | 3918c950c99a626a9fa40e58d7976bffb2e17f5e (diff) | |
download | vim-152c9dd52b4ff1a39618e973c720829ac6395f2d.zip |
updated for version 7.0060
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r-- | runtime/doc/term.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 0ac9697c4..3e87290ec 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -1,4 +1,4 @@ -*term.txt* For Vim version 7.0aa. Last change: 2005 Mar 05 +*term.txt* For Vim version 7.0aa. Last change: 2005 Mar 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -272,6 +272,8 @@ OUTPUT CODES t_ts set window title start (to status line) *t_ts* *'t_ts'* t_ue underline end *t_ue* *'t_ue'* t_us underline mode *t_us* *'t_us'* + t_Ce undercurl end *t_Ce* *'t_Ce'* + t_Cs undercurl mode *t_Cs* *'t_Cs'* t_ut clearing uses the current background color *t_ut* *'t_ut'* t_vb visual bell *t_vb* *'t_vb'* t_ve cursor visible *t_ve* *'t_ve'* |