Remove flickering from the TUI
[deliverable/binutils-gdb.git] / gdb / tui / tui-layout.c
index 01961f550c260bacb4aabc2eb312f74c89fb86c1..3d1e349196acea9639d9edd492b490aab71d9e52 100644 (file)
@@ -113,6 +113,8 @@ tui_set_layout (enum tui_layout_type layout_type)
 
   if (new_layout != cur_layout)
     {
+      tui_suppress_output suppress;
+
       show_layout (new_layout);
 
       /* Now determine where focus should be.  */
This page took 0.024367 seconds and 4 git commands to generate.