comparison src/proto/term.pro @ 19997:3d1de9093c01 v8.2.0554

patch 8.2.0554: the GUI doesn't set t_Co Commit: https://github.com/vim/vim/commit/acc770a10f65107131473ea2ab4ae5d429dfe172 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 12 15:11:06 2020 +0200 patch 8.2.0554: the GUI doesn't set t_Co Problem: The GUI doesn't set t_Co. Solution: In the GUI set t_Co to 256 * 256 * 256. (closes https://github.com/vim/vim/issues/5903)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Apr 2020 15:15:04 +0200
parents 08f4dc2ba716
children d5d89c24eec7
comparison
equal deleted inserted replaced
19996:f486b806468f 19997:3d1de9093c01
1 /* term.c */ 1 /* term.c */
2 guicolor_T termgui_get_color(char_u *name); 2 guicolor_T termgui_get_color(char_u *name);
3 guicolor_T termgui_mch_get_rgb(guicolor_T color); 3 guicolor_T termgui_mch_get_rgb(guicolor_T color);
4 void set_color_count(int nr);
4 int set_termname(char_u *term); 5 int set_termname(char_u *term);
5 void getlinecol(long *cp, long *rp); 6 void getlinecol(long *cp, long *rp);
6 int add_termcap_entry(char_u *name, int force); 7 int add_termcap_entry(char_u *name, int force);
7 int term_is_8bit(char_u *name); 8 int term_is_8bit(char_u *name);
8 int term_is_gui(char_u *name); 9 int term_is_gui(char_u *name);