summaryrefslogtreecommitdiffstats
path: root/runtime/doc/term.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-04-23 18:40:21 +0200
committerBram Moolenaar <Bram@vim.org>2017-04-23 18:40:21 +0200
commit94237495c03f919a60b262fdcd3861e1931fc45a (patch)
treebf7e14b6101e7e375ffe7849d30e5507f020c88d /runtime/doc/term.txt
parentd788f6fe89c77262c474de323f5dab6d1c814e27 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r--runtime/doc/term.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index e01f15f2ff..62c23ca190 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 Feb 02
+*term.txt* For Vim version 8.0. Last change: 2017 Apr 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -314,6 +314,7 @@ Added by Vim (there are no standard codes for these):
t_IS set icon text start *t_IS* *'t_IS'*
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_SI start insert mode (bar cursor shape) *t_SI* *'t_SI'*
t_SR start replace mode (underline cursor shape) *t_SR* *'t_SR'*