]> granicus.if.org Git - vim/commit
patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exit v9.0.1252
authorChristopher Plewright <chris@createng.com>
Sat, 28 Jan 2023 10:28:09 +0000 (10:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2023 10:28:09 +0000 (10:28 +0000)
commitf75a2cb3c7db6244fd7e3eee75c85d40a1614fa0
treefdf4029d3fe0c367a951c281282f7430e908d0a4
parentfadc02a2a57755fa1342b1b44c2ceab3046125fc
patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exit

Problem:    MS-Windows: scrollback cropped off on Vim exit.
Solution:   Don't call SetConsoleScreenBufferInfoEx when using the alternate
            screen buffer. (Christopher Plewright, closes #11882)
src/os_win32.c
src/version.c