summaryrefslogtreecommitdiff
path: root/src/proto/term.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-12 15:11:06 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-12 15:11:06 +0200
commitacc770a10f65107131473ea2ab4ae5d429dfe172 (patch)
tree351cb18e093e7291f67781c233b95f508e93ed21 /src/proto/term.pro
parentcd630becc8849bf4647f04eeb02a4883bf46140e (diff)
downloadvim-git-acc770a10f65107131473ea2ab4ae5d429dfe172.tar.gz
patch 8.2.0554: the GUI doesn't set t_Cov8.2.0554
Problem: The GUI doesn't set t_Co. Solution: In the GUI set t_Co to 256 * 256 * 256. (closes #5903)
Diffstat (limited to 'src/proto/term.pro')
-rw-r--r--src/proto/term.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro
index 2091cbfee..4ac2858ab 100644
--- a/src/proto/term.pro
+++ b/src/proto/term.pro
@@ -1,6 +1,7 @@
/* term.c */
guicolor_T termgui_get_color(char_u *name);
guicolor_T termgui_mch_get_rgb(guicolor_T color);
+void set_color_count(int nr);
int set_termname(char_u *term);
void getlinecol(long *cp, long *rp);
int add_termcap_entry(char_u *name, int force);