summaryrefslogtreecommitdiffstats
path: root/src/proto/terminal.pro
diff options
context:
space:
mode:
authorMilly <milly.ca@gmail.com>2021-10-15 22:25:43 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-15 22:25:43 +0100
commit7b5f45be2197403d631b5a3d633f6a20afdf806e (patch)
treea7f515a5d5fc9789380ba2797b6b242501c54f24 /src/proto/terminal.pro
parentdef69dffb3d09a69629b071c89b7893a1783ba53 (diff)
patch 8.2.3516: terminal window does not have transparent backgroundv8.2.3516
Problem: Terminal window does not have transparent background when 'termguicolors' is used. Solution: Fix the background color. (closes #2361, closes #9002)
Diffstat (limited to 'src/proto/terminal.pro')
-rw-r--r--src/proto/terminal.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/terminal.pro b/src/proto/terminal.pro
index d2e5992562..061a668bf8 100644
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -19,7 +19,6 @@ cursorentry_T *term_get_cursor_shape(guicolor_T *fg, guicolor_T *bg);
int term_use_loop(void);
void term_win_entered(void);
int terminal_loop(int blocking);
-void set_terminal_default_colors(int cterm_fg, int cterm_bg);
int may_close_term_popup(void);
void term_channel_closed(channel_T *ch);
void term_check_channel_closed_recently(void);