patch 9.1.1235: cproto files are outdated
Problem: cproto files are outdated
Solution: regenerate proto files by running make proto
(Yegappan Lakshmanan)
closes: #16956
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/proto/term.pro b/src/proto/term.pro
index d82f906..c76acab 100644
--- a/src/proto/term.pro
+++ b/src/proto/term.pro
@@ -30,10 +30,10 @@
void term_set_winpos(int x, int y);
int term_get_winpos(int *x, int *y, varnumber_T timeout);
void term_set_winsize(int height, int width);
+void term_font(int n);
void term_fg_color(int n);
void term_bg_color(int n);
void term_ul_color(int n);
-void term_font(int n);
char_u *term_bg_default(void);
void term_fg_rgb_color(guicolor_T rgb);
void term_bg_rgb_color(guicolor_T rgb);