Mercurial > vim
diff src/proto/terminal.pro @ 12025:c0ee48f48a2b v8.0.0893
patch 8.0.0893: cannot get the scroll count of a terminal window
commit https://github.com/vim/vim/commit/82b9ca05f40a627355e7c3bcf49b1f19ffbdaf87
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 8 23:06:46 2017 +0200
patch 8.0.0893: cannot get the scroll count of a terminal window
Problem: Cannot get the scroll count of a terminal window.
Solution: Add term_getscrolled().
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 08 Aug 2017 23:15:04 +0200 |
parents | 92a86fe8adc0 |
children | a3ed3d236839 |
line wrap: on
line diff
--- a/src/proto/terminal.pro +++ b/src/proto/terminal.pro @@ -21,6 +21,7 @@ void f_term_getattr(typval_T *argvars, t 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_getscrolled(typval_T *argvars, typval_T *rettv); void f_term_getsize(typval_T *argvars, typval_T *rettv); void f_term_getstatus(typval_T *argvars, typval_T *rettv); void f_term_gettitle(typval_T *argvars, typval_T *rettv);