diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-02 21:35:31 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-02 21:35:31 +0100 |
commit | a050b9471c66b383ed674bfd57ac78016199d972 (patch) | |
tree | 1d6ec4d0a775fa46b85f3870e886975c2a6b132b /src/proto/os_win32.pro | |
parent | 54c8d229f54e36e89fcd5d84e523fd894d018024 (diff) | |
download | vim-git-a050b9471c66b383ed674bfd57ac78016199d972.tar.gz |
patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't workv8.1.2382
Problem: MS-Windows: When using VTP bold+inverse doesn't work.
Solution: Compare with the default colors. (Nobuhiro Takasaki, closes #5303)
Diffstat (limited to 'src/proto/os_win32.pro')
-rw-r--r-- | src/proto/os_win32.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro index 94b2f7200..e60ce92ca 100644 --- a/src/proto/os_win32.pro +++ b/src/proto/os_win32.pro @@ -71,6 +71,7 @@ void used_file_arg(char *name, int literal, int full_path, int diff_mode); void set_alist_count(void); void fix_arg_enc(void); int mch_setenv(char *var, char *value, int x); +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); int is_term_win32(void); |