diff options
Diffstat (limited to 'gdb/tui/tuiWin.h')
-rw-r--r-- | gdb/tui/tuiWin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tui/tuiWin.h b/gdb/tui/tuiWin.h index 76e1c88..bc26080 100644 --- a/gdb/tui/tuiWin.h +++ b/gdb/tui/tuiWin.h @@ -52,5 +52,8 @@ extern int tui_active_border_attrs; extern int tui_update_variables (); +/* Update gdb's knowledge of the terminal size. */ +extern void tui_update_gdb_sizes (void); + #endif /*_TUI_WIN_H*/ |