summaryrefslogtreecommitdiff
path: root/src/proto/term.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/term.pro')
-rw-r--r--src/proto/term.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro
index 40934eae9..1b3780204 100644
--- a/src/proto/term.pro
+++ b/src/proto/term.pro
@@ -1,6 +1,8 @@
/* term.c */
guicolor_T termgui_get_color(char_u *name);
guicolor_T termgui_mch_get_rgb(guicolor_T color);
+void init_term_props(int all);
+void f_terminalprops(typval_T *argvars, typval_T *rettv);
void set_color_count(int nr);
int set_termname(char_u *term);
void getlinecol(long *cp, long *rp);