1
0
forked from aniani/vim

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().
This commit is contained in:
Bram Moolenaar
2017-07-30 18:28:38 +02:00
parent 22aad2f880
commit 97870002d3
5 changed files with 50 additions and 13 deletions

View File

@@ -832,6 +832,7 @@ static struct fst
{"tempname", 0, 0, f_tempname},
#ifdef FEAT_TERMINAL
{"term_getattr", 2, 2, f_term_getattr},
{"term_getcursor", 1, 1, f_term_getcursor},
{"term_getjob", 1, 1, f_term_getjob},
{"term_getline", 1, 2, f_term_getline},
{"term_getsize", 1, 1, f_term_getsize},