aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tuiWin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tui/tuiWin.h')
-rw-r--r--gdb/tui/tuiWin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/tui/tuiWin.h b/gdb/tui/tuiWin.h
index 55a3bd1..ac21042 100644
--- a/gdb/tui/tuiWin.h
+++ b/gdb/tui/tuiWin.h
@@ -43,5 +43,16 @@ extern void tuiResizeAll (void);
extern void tuiRefreshAll (void);
extern void tuiSigwinchHandler (int);
+extern chtype tui_border_ulcorner;
+extern chtype tui_border_urcorner;
+extern chtype tui_border_lrcorner;
+extern chtype tui_border_llcorner;
+extern chtype tui_border_vline;
+extern chtype tui_border_hline;
+extern int tui_border_attrs;
+extern int tui_active_border_attrs;
+
+extern int tui_update_variables ();
+
#endif
/*_TUI_WIN_H*/