comparison src/proto/term.pro @ 28919:99c1356f4210 v8.2.4982

patch 8.2.4982: colors in terminal window are not 100% correct Commit: https://github.com/vim/vim/commit/b2b3acbf2b3ae29ecf517f03b46fbeadf0c1a905 Author: LemonBoy <thatlemon@gmail.com> Date: Fri May 20 10:10:34 2022 +0100 patch 8.2.4982: colors in terminal window are not 100% correct Problem: Colors in terminal window are not 100% correct. Solution: Use g:terminal_ansi_colors as documented. (closes https://github.com/vim/vim/issues/10429, closes #7227 closes #10347)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 May 2022 11:15:04 +0200
parents d26bab4f6aca
children ae1113e53ce3
comparison
equal deleted inserted replaced
28918:ec2988a3b03c 28919:99c1356f4210
82 char_u *replace_termcodes(char_u *from, char_u **bufp, int flags, int *did_simplify); 82 char_u *replace_termcodes(char_u *from, char_u **bufp, int flags, int *did_simplify);
83 void show_termcodes(int flags); 83 void show_termcodes(int flags);
84 int show_one_termcode(char_u *name, char_u *code, int printit); 84 int show_one_termcode(char_u *name, char_u *code, int printit);
85 void update_tcap(int attr); 85 void update_tcap(int attr);
86 void swap_tcap(void); 86 void swap_tcap(void);
87 void ansi_color2rgb(int nr, char_u *r, char_u *g, char_u *b, char_u *ansi_idx);
87 void cterm_color2rgb(int nr, char_u *r, char_u *g, char_u *b, char_u *ansi_idx); 88 void cterm_color2rgb(int nr, char_u *r, char_u *g, char_u *b, char_u *ansi_idx);
88 void term_replace_bs_del_keycode(char_u *ta_buf, int ta_len, int len); 89 void term_replace_bs_del_keycode(char_u *ta_buf, int ta_len, int len);
89 /* vim: set ft=c : */ 90 /* vim: set ft=c : */