* tuiWin.c (tui_update_gdb_sizes): New function to tell gdb what
[deliverable/binutils-gdb.git] / gdb / tui / tui.c
index 33232a50cdbeebfb7835fa6bb33c4bf3da8c673d..8ead02f5b0d09a2e6c67b3c551d5d4f6f83173af 100644 (file)
@@ -262,6 +262,7 @@ tui_enable (void)
   tui_version = 1;
   tui_active = 1;
   refresh ();
+  tui_update_gdb_sizes ();
 }
 
 /* Leave the tui mode.
@@ -286,6 +287,7 @@ tui_disable (void)
 
   tui_version = 0;
   tui_active = 0;
+  tui_update_gdb_sizes ();
 }
 
 /* Wrapper on top of free() to ensure that input address
This page took 0.024063 seconds and 4 git commands to generate.