]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0906: using clumsy way to get console window handle v8.1.0906
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Feb 2019 22:12:37 +0000 (23:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Feb 2019 22:12:37 +0000 (23:12 +0100)
commite1ed53f3f95786c744d4b6c85bda4f476f67cc91
tree69adcb409033517250d8604f5bc21c1b5ea73aca
parent5567ad48b66dff13670af52a48509059acc34dfe
patch 8.1.0906: using clumsy way to get console window handle

Problem:    Using clumsy way to get console window handle.
Solution:   Use GetConsoleWindow(). (Ken Takata, closes #3940)
src/os_mswin.c
src/version.c