summaryrefslogtreecommitdiff
path: root/app/xterm/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/xterm/menu.h')
-rw-r--r--app/xterm/menu.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/xterm/menu.h b/app/xterm/menu.h
index da937f426..e2194154c 100644
--- a/app/xterm/menu.h
+++ b/app/xterm/menu.h
@@ -1,4 +1,4 @@
-/* $XTermId: menu.h,v 1.133 2014/04/12 00:03:12 Ross.Combs Exp $ */
+/* $XTermId: menu.h,v 1.135 2014/09/04 00:17:55 tom Exp $ */
/*
* Copyright 1999-2013,2014 by Thomas E. Dickey
@@ -452,6 +452,12 @@ extern void update_poponbell(void);
#define update_marginbell() /* nothing */
+#if OPT_LOAD_VTFONTS
+extern void update_font_escape(void);
+#else
+#define update_font_escape() /* nothing */
+#endif
+
#if OPT_ALLOW_XXX_OPS
extern void update_menu_allowColorOps(void);
extern void update_menu_allowFontOps(void);