diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-08-07 22:31:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-08-07 22:31:44 +0200 |
commit | 40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8 (patch) | |
tree | 35de952db98f597df68144ef4ab99a294177861d /runtime | |
parent | de3b3677f7eace66be454196db0fbf710cfc8c5e (diff) | |
download | vim-git-40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8.tar.gz |
patch 8.1.0253: saving and restoring window title does not always workv8.1.0253
Problem: Saving and restoring window title does not always work.
Solution: Use the stack push and pop commands. (Kouichi Iwamoto,
closes #3059)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/term.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 77cd933b4..4ade4a131 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -352,6 +352,10 @@ Added by Vim (there are no standard codes for these): t_SH set cursor shape *t_SH* *'t_SH'* t_RC request terminal cursor blinking *t_RC* *'t_RC'* t_RS request terminal cursor style *t_RS* *'t_RS'* + t_ST save window title to stack *t_ST* *'t_ST'* + t_RT restore window title from stack *t_RT* *'t_RT'* + t_Si save icon text to stack *t_Si* *'t_Si'* + t_Ri restore icon text from stack *t_Ri* *'t_Ri'* Some codes have a start, middle and end part. The start and end are defined by the termcap option, the middle part is text. |