]> granicus.if.org Git - vim/commit
patch 8.0.0893: cannot get the scroll count of a terminal window v8.0.0893
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2017 21:06:46 +0000 (23:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2017 21:06:46 +0000 (23:06 +0200)
commit82b9ca05f40a627355e7c3bcf49b1f19ffbdaf87
treed6c186a3bc86256ba7fed6e4871d2abd3a193de9
parent292d5699356dc4a22fcfbab92f0a558e90f7cfba
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().
runtime/doc/eval.txt
src/evalfunc.c
src/proto/terminal.pro
src/terminal.c
src/testdir/test_terminal.vim
src/version.c