diff options
Diffstat (limited to 'gdb/tui/tui-command.h')
-rw-r--r-- | gdb/tui/tui-command.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/tui/tui-command.h b/gdb/tui/tui-command.h index af80b14..14d7750 100644 --- a/gdb/tui/tui-command.h +++ b/gdb/tui/tui-command.h @@ -55,6 +55,11 @@ struct tui_cmd_window : public tui_win_info return false; } + bool can_box () const override + { + return false; + } + int start_line = 0; protected: |