comparison runtime/doc/term.txt @ 14479:3375a8cbb442 v8.1.0253

patch 8.1.0253: saving and restoring window title does not always work commit https://github.com/vim/vim/commit/40385dbcdfb44885f2e9b83e1e0285aeb8a0c2a8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 22:31:44 2018 +0200 patch 8.1.0253: saving and restoring window title does not always work Problem: Saving and restoring window title does not always work. Solution: Use the stack push and pop commands. (Kouichi Iwamoto, closes #3059)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 22:45:06 +0200
parents 2f7e67dd088c
children 7cfe57329284
comparison
equal deleted inserted replaced
14478:b35bae59c521 14479:3375a8cbb442
350 t_SC set cursor color start *t_SC* *'t_SC'* 350 t_SC set cursor color start *t_SC* *'t_SC'*
351 t_EC set cursor color end *t_EC* *'t_EC'* 351 t_EC set cursor color end *t_EC* *'t_EC'*
352 t_SH set cursor shape *t_SH* *'t_SH'* 352 t_SH set cursor shape *t_SH* *'t_SH'*
353 t_RC request terminal cursor blinking *t_RC* *'t_RC'* 353 t_RC request terminal cursor blinking *t_RC* *'t_RC'*
354 t_RS request terminal cursor style *t_RS* *'t_RS'* 354 t_RS request terminal cursor style *t_RS* *'t_RS'*
355 t_ST save window title to stack *t_ST* *'t_ST'*
356 t_RT restore window title from stack *t_RT* *'t_RT'*
357 t_Si save icon text to stack *t_Si* *'t_Si'*
358 t_Ri restore icon text from stack *t_Ri* *'t_Ri'*
355 359
356 Some codes have a start, middle and end part. The start and end are defined 360 Some codes have a start, middle and end part. The start and end are defined
357 by the termcap option, the middle part is text. 361 by the termcap option, the middle part is text.
358 set title text: t_ts {title text} t_fs 362 set title text: t_ts {title text} t_fs
359 set icon text: t_IS {icon text} t_IE 363 set icon text: t_IS {icon text} t_IE