comparison runtime/doc/term.txt @ 500:4772a5e3f9fa v7.0138

updated for version 7.0138
author vimboss
date Mon, 29 Aug 2005 22:25:38 +0000
parents 74e9d19831c2
children 3871315b26ca
comparison
equal deleted inserted replaced
499:08012a1ff8d4 500:4772a5e3f9fa
1 *term.txt* For Vim version 7.0aa. Last change: 2005 Jun 06 1 *term.txt* For Vim version 7.0aa. Last change: 2005 Aug 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
289 t_IE set icon text end *t_IE* *'t_IE'* 289 t_IE set icon text end *t_IE* *'t_IE'*
290 t_WP set window position (Y, X) in pixels *t_WP* *'t_WP'* 290 t_WP set window position (Y, X) in pixels *t_WP* *'t_WP'*
291 t_WS set window size (height, width) in characters *t_WS* *'t_WS'* 291 t_WS set window size (height, width) in characters *t_WS* *'t_WS'*
292 t_SI start insert mode (bar cursor shape) *t_SI* *'t_SI'* 292 t_SI start insert mode (bar cursor shape) *t_SI* *'t_SI'*
293 t_EI end insert mode (block cursor shape) *t_EI* *'t_EI'* 293 t_EI end insert mode (block cursor shape) *t_EI* *'t_EI'*
294 |termcap-cursor-shape|
294 t_RV request terminal version string (for xterm) *t_RV* *'t_RV'* 295 t_RV request terminal version string (for xterm) *t_RV* *'t_RV'*
295 |xterm-8bit| |v:termresponse| |'ttymouse'| |xterm-codes| 296 |xterm-8bit| |v:termresponse| |'ttymouse'| |xterm-codes|
296 297
297 KEY CODES 298 KEY CODES
298 Note: Use the <> form if possible 299 Note: Use the <> form if possible
425 let &t_SI = "\<Esc>]12;purple\x7" 426 let &t_SI = "\<Esc>]12;purple\x7"
426 let &t_EI = "\<Esc>]12;blue\x7" 427 let &t_EI = "\<Esc>]12;blue\x7"
427 endif 428 endif
428 NOTE: When Vim exits the shape for Normal mode will remain. The shape from 429 NOTE: When Vim exits the shape for Normal mode will remain. The shape from
429 before Vim started will not be restored. 430 before Vim started will not be restored.
431 {not available when compiled without the +cursorshape feature}
430 432
431 *termcap-title* 433 *termcap-title*
432 The 't_ts' and 't_fs' options are used to set the window title if the terminal 434 The 't_ts' and 't_fs' options are used to set the window title if the terminal
433 allows title setting via sending strings. They are sent before and after the 435 allows title setting via sending strings. They are sent before and after the
434 title string, respectively. Similar 't_IS' and 't_IE' are used to set the 436 title string, respectively. Similar 't_IS' and 't_IE' are used to set the