comparison src/proto/term.pro @ 13314:65c3e8259124 v8.0.1531

patch 8.0.1531: cannot use 24 bit colors in MS-Windows console commit https://github.com/vim/vim/commit/cafafb381a04e33f3ce9cd15dd9f94b73226831f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 22 21:07:09 2018 +0100 patch 8.0.1531: cannot use 24 bit colors in MS-Windows console Problem: Cannot use 24 bit colors in MS-Windows console. Solution: Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki, fixes #1270, fixes #2060)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Feb 2018 21:15:05 +0100
parents 808625d4b71b
children 0f9dd1b43244
comparison
equal deleted inserted replaced
13313:97fb19f36653 13314:65c3e8259124
71 int find_term_bykeys(char_u *src); 71 int find_term_bykeys(char_u *src);
72 void show_termcodes(void); 72 void show_termcodes(void);
73 int show_one_termcode(char_u *name, char_u *code, int printit); 73 int show_one_termcode(char_u *name, char_u *code, int printit);
74 char_u *translate_mapping(char_u *str, int expmap); 74 char_u *translate_mapping(char_u *str, int expmap);
75 void update_tcap(int attr); 75 void update_tcap(int attr);
76 void swap_tcap(void);
76 guicolor_T gui_get_color_cmn(char_u *name); 77 guicolor_T gui_get_color_cmn(char_u *name);
77 guicolor_T gui_get_rgb_color_cmn(int r, int g, int b); 78 guicolor_T gui_get_rgb_color_cmn(int r, int g, int b);
78 /* vim: set ft=c : */ 79 /* vim: set ft=c : */