diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-23 22:12:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-23 22:12:20 +0200 |
commit | b6e0ec6b71c45284d94f51728dbc33e5d3428ff4 (patch) | |
tree | f8705d9d37901839d23ca8c47ea71899e2d7c613 /runtime/doc/term.txt | |
parent | 9cc5f75932b10f611d8b3f444d025053f9dbcab1 (diff) | |
download | vim-b6e0ec6b71c45284d94f51728dbc33e5d3428ff4.zip |
Documentation updates.
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r-- | runtime/doc/term.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 62c23ca19..999a5f041 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -1,4 +1,4 @@ -*term.txt* For Vim version 8.0. Last change: 2017 Apr 11 +*term.txt* For Vim version 8.0. Last change: 2017 Jul 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -315,7 +315,7 @@ Added by Vim (there are no standard codes for these): t_IE set icon text end *t_IE* *'t_IE'* t_WP set window position (Y, X) in pixels *t_WP* *'t_WP'* t_GP get window position (Y, X) in pixels *t_GP* *'t_GP'* - t_WS set window size (height, width) in characters *t_WS* *'t_WS'* + t_WS set window size (height, width in cells) *t_WS* *'t_WS'* t_SI start insert mode (bar cursor shape) *t_SI* *'t_SI'* t_SR start replace mode (underline cursor shape) *t_SR* *'t_SR'* t_EI end insert or replace mode (block cursor shape) *t_EI* *'t_EI'* |