comparison src/proto/terminal.pro @ 11876:3704ca24c9a2 v8.0.0818

patch 8.0.0818: cannot get the cursor position of a terminal commit https://github.com/vim/vim/commit/97870002d30a9846374d1ff7d73fbef351046f20 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 18:28:38 2017 +0200 patch 8.0.0818: cannot get the cursor position of a terminal Problem: Cannot get the cursor position of a terminal. Solution: Add term_getcursor().
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 18:30:05 +0200
parents be40c8a9240d
children 69e7379f46db
comparison
equal deleted inserted replaced
11875:6b4752527e9e 11876:3704ca24c9a2
14 void term_change_in_curbuf(void); 14 void term_change_in_curbuf(void);
15 int term_get_attr(buf_T *buf, linenr_T lnum, int col); 15 int term_get_attr(buf_T *buf, linenr_T lnum, int col);
16 char_u *term_get_status_text(term_T *term); 16 char_u *term_get_status_text(term_T *term);
17 int set_ref_in_term(int copyID); 17 int set_ref_in_term(int copyID);
18 void f_term_getattr(typval_T *argvars, typval_T *rettv); 18 void f_term_getattr(typval_T *argvars, typval_T *rettv);
19 void f_term_getcursor(typval_T *argvars, typval_T *rettv);
19 void f_term_getjob(typval_T *argvars, typval_T *rettv); 20 void f_term_getjob(typval_T *argvars, typval_T *rettv);
20 void f_term_getline(typval_T *argvars, typval_T *rettv); 21 void f_term_getline(typval_T *argvars, typval_T *rettv);
21 void f_term_getsize(typval_T *argvars, typval_T *rettv); 22 void f_term_getsize(typval_T *argvars, typval_T *rettv);
22 void f_term_list(typval_T *argvars, typval_T *rettv); 23 void f_term_list(typval_T *argvars, typval_T *rettv);
23 void f_term_scrape(typval_T *argvars, typval_T *rettv); 24 void f_term_scrape(typval_T *argvars, typval_T *rettv);