Simplify TUI boxing
[deliverable/binutils-gdb.git] / gdb / tui / tui-layout.c
index 3683835954d0edce2e9dc919c98e8ee508af250e..69b929d37b28000c0cf1ec73dce6911735e4ad3d 100644 (file)
@@ -546,7 +546,7 @@ show_source_disasm_command (void)
                      tui_term_height () - cmd_height);
   /* FIXME tui_cmd_window won't recreate the handle on
      make_visible, so we need this instead.  */
-  tui_make_window (TUI_CMD_WIN, DONT_BOX_WINDOW);
+  tui_make_window (TUI_CMD_WIN);
   current_layout = SRC_DISASSEM_COMMAND;
 }
 
@@ -674,6 +674,6 @@ show_source_or_disasm_and_command (enum tui_layout_type layout_type)
                      src_height);
   /* FIXME tui_cmd_window won't recreate the handle on
      make_visible, so we need this instead.  */
-  tui_make_window (TUI_CMD_WIN, DONT_BOX_WINDOW);
+  tui_make_window (TUI_CMD_WIN);
   current_layout = layout_type;
 }
This page took 0.023907 seconds and 4 git commands to generate.