TUI window resize should not need invisibility
[deliverable/binutils-gdb.git] / gdb / tui / tui-command.h
index 1892956fe774e1abc5d6f512b6f0af40cfdac580..1fce0a18126fb6584af1b16bb9214bf90188e25f 100644 (file)
@@ -56,6 +56,13 @@ struct tui_cmd_window : public tui_win_info
     return false;
   }
 
+  void resize (int height, int width, int origin_x, int origin_y) override;
+
+  void make_visible (bool visible) override
+  {
+    /* The command window can't be made invisible.  */
+  }
+
   int start_line = 0;
 
 protected:
This page took 0.033304 seconds and 4 git commands to generate.