diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-06-13 19:02:49 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-06-13 19:02:49 +0200 |
commit | 2346a6378483c9871016f9fc821ec5cbea638f13 (patch) | |
tree | 5614d11853110f5e417ca81600e036abde1c309b /runtime/doc/term.txt | |
parent | 4ee9d8e04daa97a3d0a19d7d2eed76b7721301e6 (diff) | |
download | vim-git-2346a6378483c9871016f9fc821ec5cbea638f13.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r-- | runtime/doc/term.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 8eea4a59e..811d50752 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -373,10 +373,10 @@ 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_fd* *'t_fd'* - |xterm-focus-event| t_fe enable focus-event tracking *t_fe* *'t_fe'* |xterm-focus-event| + t_fd disable focus-event tracking *t_fd* *'t_fd'* + |xterm-focus-event| Some codes have a start, middle and end part. The start and end are defined by the termcap option, the middle part is text. |