]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1131: getwinpos() does not work in the MS-Windows console v8.1.1131
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Apr 2019 20:01:24 +0000 (22:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Apr 2019 20:01:24 +0000 (22:01 +0200)
commit16c34c37659e6afca74169969bdacb6b866548c9
treeb10c296c632b2b19f39552989c4f4cb06d4289fd
parent11640238289969a278876596a380952ffe25aad3
patch 8.1.1131: getwinpos() does not work in the MS-Windows console

Problem:    getwinpos() does not work in the MS-Windows console.
Solution:   Implement getwinpos().
src/evalfunc.c
src/terminal.c
src/testdir/test_terminal.vim
src/ui.c
src/version.c