summaryrefslogtreecommitdiff
path: root/src/gui/gui-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-window.c')
-rw-r--r--src/gui/gui-window.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/gui-window.c b/src/gui/gui-window.c
index 7e9bc0619..ca059e541 100644
--- a/src/gui/gui-window.c
+++ b/src/gui/gui-window.c
@@ -67,6 +67,10 @@ struct t_gui_window_tree *gui_windows_tree = NULL; /* windows tree */
int gui_window_cursor_x = 0; /* cursor pos on screen */
int gui_window_cursor_y = 0; /* cursor pos on screen */
+int gui_window_bare_display = 0; /* 1 for bare disp. (disable ncurses)*/
+struct t_hook *gui_window_bare_display_timer = NULL;
+ /* timer for bare display */
+
/*
* Searches for a window by number.