diff options
-rw-r--r-- | gdb/tui/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/tui/tuiWin.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 14e400e..6ed82da 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,7 @@ +2002-08-25 Stephane Carrez <stcarrez@nerim.fr> + + * tuiWin.h (tui_update_gdb_sizes): Declare. + 2002-08-24 Stephane Carrez <stcarrez@nerim.fr> * tui.c (strcat_to_buf): Use const char* for source item. 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*/ |