comparison runtime/doc/term.txt @ 16380:5ad204d8a2f2

Update runtime files commit https://github.com/vim/vim/commit/911ead126903aeb9564bad89e46a147ed4959896 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 21 00:03:35 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Apr 2019 00:15:06 +0200
parents 7cfe57329284
children 1eaf34420bb3
comparison
equal deleted inserted replaced
16379:c15f3b4daf0e 16380:5ad204d8a2f2
1 *term.txt* For Vim version 8.1. Last change: 2019 Jan 19 1 *term.txt* For Vim version 8.1. Last change: 2019 Apr 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
537 537
538 *termcap-colors* 538 *termcap-colors*
539 Note about colors: The 't_Co' option tells Vim the number of colors available. 539 Note about colors: The 't_Co' option tells Vim the number of colors available.
540 When it is non-zero, the 't_AB' and 't_AF' options are used to set the color. 540 When it is non-zero, the 't_AB' and 't_AF' options are used to set the color.
541 If one of these is not available, 't_Sb' and 't_Sf' are used. 't_me' is used 541 If one of these is not available, 't_Sb' and 't_Sf' are used. 't_me' is used
542 to reset to the default colors. 542 to reset to the default colors. Also see 'termguicolors'.
543 543
544 *termcap-cursor-shape* *termcap-cursor-color* 544 *termcap-cursor-shape* *termcap-cursor-color*
545 When Vim enters Insert mode the 't_SI' escape sequence is sent. When Vim 545 When Vim enters Insert mode the 't_SI' escape sequence is sent. When Vim
546 enters Replace mode the 't_SR' escape sequence is sent if it is set, otherwise 546 enters Replace mode the 't_SR' escape sequence is sent if it is set, otherwise
547 't_SI' is sent. When leaving Insert mode or Replace mode 't_EI' is used. This 547 't_SI' is sent. When leaving Insert mode or Replace mode 't_EI' is used. This