comparison runtime/doc/term.txt @ 12499:d91cf2e26ef0

Update runtime files. commit https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 19 22:06:03 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Sep 2017 22:15:06 +0200
parents 8d76a56861ec
children 3b26420fc639
comparison
equal deleted inserted replaced
12498:bf98d339b568 12499:d91cf2e26ef0
1 *term.txt* For Vim version 8.0. Last change: 2017 Aug 26 1 *term.txt* For Vim version 8.0. Last change: 2017 Aug 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
293 t_te out of "termcap" mode *t_te* *'t_te'* 293 t_te out of "termcap" mode *t_te* *'t_te'*
294 t_ti put terminal in "termcap" mode *t_ti* *'t_ti'* 294 t_ti put terminal in "termcap" mode *t_ti* *'t_ti'*
295 t_ts set window title start (to status line) *t_ts* *'t_ts'* 295 t_ts set window title start (to status line) *t_ts* *'t_ts'*
296 t_ue underline end *t_ue* *'t_ue'* 296 t_ue underline end *t_ue* *'t_ue'*
297 t_us underline mode *t_us* *'t_us'* 297 t_us underline mode *t_us* *'t_us'*
298 t_Ce undercurl end *t_Ce* *'t_Ce'*
299 t_Cs undercurl mode *t_Cs* *'t_Cs'*
300 t_ut clearing uses the current background color *t_ut* *'t_ut'* 298 t_ut clearing uses the current background color *t_ut* *'t_ut'*
301 t_vb visual bell *t_vb* *'t_vb'* 299 t_vb visual bell *t_vb* *'t_vb'*
302 t_ve cursor visible *t_ve* *'t_ve'* 300 t_ve cursor visible *t_ve* *'t_ve'*
303 t_vi cursor invisible *t_vi* *'t_vi'* 301 t_vi cursor invisible *t_vi* *'t_vi'*
304 t_vs cursor very visible (blink) *t_vs* *'t_vs'* 302 t_vs cursor very visible (blink) *t_vs* *'t_vs'*
309 does not cause scrolling 307 does not cause scrolling
310 t_ZH italics mode *t_ZH* *'t_ZH'* 308 t_ZH italics mode *t_ZH* *'t_ZH'*
311 t_ZR italics end *t_ZR* *'t_ZR'* 309 t_ZR italics end *t_ZR* *'t_ZR'*
312 310
313 Added by Vim (there are no standard codes for these): 311 Added by Vim (there are no standard codes for these):
312 t_Ce undercurl end *t_Ce* *'t_Ce'*
313 t_Cs undercurl mode *t_Cs* *'t_Cs'*
314 t_Te strikethrough end *t_Te* *'t_Te'*
315 t_Ts strikethrough mode *t_Ts* *'t_Ts'*
314 t_IS set icon text start *t_IS* *'t_IS'* 316 t_IS set icon text start *t_IS* *'t_IS'*
315 t_IE set icon text end *t_IE* *'t_IE'* 317 t_IE set icon text end *t_IE* *'t_IE'*
316 t_WP set window position (Y, X) in pixels *t_WP* *'t_WP'* 318 t_WP set window position (Y, X) in pixels *t_WP* *'t_WP'*
317 t_GP get window position (Y, X) in pixels *t_GP* *'t_GP'* 319 t_GP get window position (Y, X) in pixels *t_GP* *'t_GP'*
318 t_WS set window size (height, width in cells) *t_WS* *'t_WS'* 320 t_WS set window size (height, width in cells) *t_WS* *'t_WS'*
335 t_BD disable bracketed paste mode *t_BD* *'t_BD'* 337 t_BD disable bracketed paste mode *t_BD* *'t_BD'*
336 |xterm-bracketed-paste| 338 |xterm-bracketed-paste|
337 t_SC set cursor color start *t_SC* *'t_SC'* 339 t_SC set cursor color start *t_SC* *'t_SC'*
338 t_EC set cursor color end *t_EC* *'t_EC'* 340 t_EC set cursor color end *t_EC* *'t_EC'*
339 t_SH set cursor shape *t_SH* *'t_SH'* 341 t_SH set cursor shape *t_SH* *'t_SH'*
342 t_RC request terminal cursor blinking *t_RC* *'t_RC'*
340 t_RS request terminal cursor style *t_RS* *'t_RS'* 343 t_RS request terminal cursor style *t_RS* *'t_RS'*
341 344
342 Some codes have a start, middle and end part. The start and end are defined 345 Some codes have a start, middle and end part. The start and end are defined
343 by the termcap option, the middle part is text. 346 by the termcap option, the middle part is text.
344 set title text: t_ts {title text} t_fs 347 set title text: t_ts {title text} t_fs