1
0
forked from aniani/vim

patch 9.0.0868: MS-Windows: after Vim exits console resizing problem

Problem:    MS-Windows: after Vim exits console resizing does not work
            properly.
Solution:   Restore screen behavior checks for various WT and VTP
            combinations. (Christopher Plewright, closes #11526,
            closes #11507)
This commit is contained in:
Christopher Plewright
2022-11-12 18:46:05 +00:00
committed by Bram Moolenaar
parent d6e91385f0
commit 1140b51e83
3 changed files with 38 additions and 20 deletions

View File

@@ -72,7 +72,6 @@ void set_alist_count(void);
void fix_arg_enc(void);
int mch_setenv(char *var, char *value, int x);
int vtp_printf(char *format, ...);
int use_wt(void);
void get_default_console_color(int *cterm_fg, int *cterm_bg, guicolor_T *gui_fg, guicolor_T *gui_bg);
void control_console_color_rgb(void);
int use_vtp(void);