diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-01-18 19:55:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-01-18 19:55:44 +0100 |
commit | 98a29d00a48e15a50e2850e1a29b7d475c531b0c (patch) | |
tree | 8e1d07b83d505258292cc3d8c928d1bf90d4adaa /runtime/doc/term.txt | |
parent | 82aa6e09e02b138ab7ee6b79ecac487813f117e5 (diff) | |
download | vim-git-98a29d00a48e15a50e2850e1a29b7d475c531b0c.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r-- | runtime/doc/term.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 0456a8b89..8eea4a59e 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -1,4 +1,4 @@ -*term.txt* For Vim version 8.2. Last change: 2020 Dec 29 +*term.txt* For Vim version 8.2. Last change: 2021 Jan 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -373,9 +373,9 @@ Added by Vim (there are no standard codes for these): t_Ri restore icon text from stack *t_Ri* *'t_Ri'* t_TE end of "raw" mode *t_TE* *'t_TE'* t_TI put terminal into "raw" mode *t_TI* *'t_TI'* - t_fd disable focus-event tracking *t_TI* *'t_TI'* + t_fd disable focus-event tracking *t_fd* *'t_fd'* |xterm-focus-event| - t_fe enable focus-event tracking *t_TI* *'t_TI'* + t_fe enable focus-event tracking *t_fe* *'t_fe'* |xterm-focus-event| Some codes have a start, middle and end part. The start and end are defined |