comparison src/proto/os_win32.pro @ 20589:ecaceb5c5644 v8.2.0848

patch 8.2.0848: MS-Windows: the Windows terminal code has some flaws Commit: https://github.com/vim/vim/commit/06b7b58455f9c09be3d1c36d174ffbfdf4efcd79 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 17:49:25 2020 +0200 patch 8.2.0848: MS-Windows: the Windows terminal code has some flaws Problem: MS-Windows: the Windows terminal code has some flaws. Solution: Do not redraw the right edge of the screen. Remove the background color trick. Flush the screen output buffer often. (Nobuhiro Takasaki, #5546)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 18:00:04 +0200
parents d4b2a8675b78
children 88070e222e82
comparison
equal deleted inserted replaced
20588:7d6b68ad708c 20589:ecaceb5c5644
69 void free_cmd_argsW(void); 69 void free_cmd_argsW(void);
70 void used_file_arg(char *name, int literal, int full_path, int diff_mode); 70 void used_file_arg(char *name, int literal, int full_path, int diff_mode);
71 void set_alist_count(void); 71 void set_alist_count(void);
72 void fix_arg_enc(void); 72 void fix_arg_enc(void);
73 int mch_setenv(char *var, char *value, int x); 73 int mch_setenv(char *var, char *value, int x);
74 int vtp_printf(char *format, ...);
75 int use_wt(void);
74 void get_default_console_color(int *cterm_fg, int *cterm_bg, guicolor_T *gui_fg, guicolor_T *gui_bg); 76 void get_default_console_color(int *cterm_fg, int *cterm_bg, guicolor_T *gui_fg, guicolor_T *gui_bg);
75 void control_console_color_rgb(void); 77 void control_console_color_rgb(void);
76 int use_vtp(void); 78 int use_vtp(void);
77 int is_term_win32(void); 79 int is_term_win32(void);
78 int has_vtp_working(void); 80 int has_vtp_working(void);