summaryrefslogtreecommitdiffstats
path: root/src/proto/terminal.pro
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2022-05-20 10:10:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-20 10:10:34 +0100
commitb2b3acbf2b3ae29ecf517f03b46fbeadf0c1a905 (patch)
treebecd5281fbad0eba88ff2e54211157f4af4a0089 /src/proto/terminal.pro
parent1755a91851f7022fdd3eecfbd2cc0b508a2f2a8f (diff)
patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982
Problem: Colors in terminal window are not 100% correct. Solution: Use g:terminal_ansi_colors as documented. (closes #10429, closes #7227 closes #10347)
Diffstat (limited to 'src/proto/terminal.pro')
-rw-r--r--src/proto/terminal.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/terminal.pro b/src/proto/terminal.pro
index 996ac70e23..0736563111 100644
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -34,6 +34,7 @@ int term_get_attr(win_T *wp, linenr_T lnum, int col);
void term_reset_wincolor(win_T *wp);
void term_update_wincolor(win_T *wp);
void term_update_wincolor_all(void);
+void term_update_palette_all(void);
void term_update_colors_all(void);
char_u *term_get_status_text(term_T *term);
void term_clear_status_text(term_T *term);