From b7a60de68b8cdc572406e43ec9e694e72d567a06 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sun, 25 Aug 2002 07:56:01 +0000 Subject: [PATCH] * tuiWin.h (tui_update_gdb_sizes): Declare. --- gdb/tui/ChangeLog | 4 ++++ gdb/tui/tuiWin.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 14e400e7e1c..6ed82da98da 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,7 @@ +2002-08-25 Stephane Carrez + + * tuiWin.h (tui_update_gdb_sizes): Declare. + 2002-08-24 Stephane Carrez * tui.c (strcat_to_buf): Use const char* for source item. diff --git a/gdb/tui/tuiWin.h b/gdb/tui/tuiWin.h index 76e1c8895b0..bc260804888 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*/ -- 2.30.2