Move max_height method to tui_gen_win_info
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.h
index 93a79fbd799c72d0a6986ab8dc9369e2d3c64fec..dd9851b8ed4b30f0532d7aa6b148719d2421961f 100644 (file)
@@ -37,6 +37,11 @@ struct tui_locator_window : public tui_gen_win_info
     proc_name[0] = 0;
   }
 
+  int max_height () const override
+  {
+    return 1;
+  }
+
   void rerender () override;
 
   /* Update the locator, with the provided arguments.
This page took 0.034868 seconds and 4 git commands to generate.