summaryrefslogtreecommitdiffstats
path: root/src/proto/terminal.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-30 18:28:38 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-30 18:28:38 +0200
commit97870002d30a9846374d1ff7d73fbef351046f20 (patch)
tree656a30d4acf1c25d9709440c50c02659a099b15e /src/proto/terminal.pro
parent22aad2f8806acf390568b8e524e53260a322aaa5 (diff)
patch 8.0.0818: cannot get the cursor position of a terminalv8.0.0818
Problem: Cannot get the cursor position of a terminal. Solution: Add term_getcursor().
Diffstat (limited to 'src/proto/terminal.pro')
-rw-r--r--src/proto/terminal.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/terminal.pro b/src/proto/terminal.pro
index 6f5b3ab707..63cda59caf 100644
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -16,6 +16,7 @@ int term_get_attr(buf_T *buf, linenr_T lnum, int col);
char_u *term_get_status_text(term_T *term);
int set_ref_in_term(int copyID);
void f_term_getattr(typval_T *argvars, typval_T *rettv);
+void f_term_getcursor(typval_T *argvars, typval_T *rettv);
void f_term_getjob(typval_T *argvars, typval_T *rettv);
void f_term_getline(typval_T *argvars, typval_T *rettv);
void f_term_getsize(typval_T *argvars, typval_T *rettv);