comparison src/proto/os_win32.pro @ 15866:6ddcd10aa7af v8.1.0940

patch 8.1.0940: MS-Windows console resizing not handled properly commit https://github.com/vim/vim/commit/78d21dae9c3a39efb30316d3e38dce120bc1abbd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 17 15:00:52 2019 +0100 patch 8.1.0940: MS-Windows console resizing not handled properly Problem: MS-Windows console resizing not handled properly. Solution: Handle resizing the console better. (Nobuhiro Takasaki, closes #3968, closes #3611)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Feb 2019 15:15:06 +0100
parents 864ec0dd71b9
children 7ae2396cef62
comparison
equal deleted inserted replaced
15865:bf72955a2d0f 15866:6ddcd10aa7af
73 int use_vtp(void); 73 int use_vtp(void);
74 int is_term_win32(void); 74 int is_term_win32(void);
75 int has_vtp_working(void); 75 int has_vtp_working(void);
76 int has_conpty_working(void); 76 int has_conpty_working(void);
77 int is_conpty_stable(void); 77 int is_conpty_stable(void);
78 void resize_console_buf(void);
78 /* vim: set ft=c : */ 79 /* vim: set ft=c : */