mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Terminal+LibVT: Resize Terminal app window when requested by VT
This will allow us to react to things like DECCOLM.
This commit is contained in:
parent
bb6d6dce7b
commit
8c9ae4e537
3 changed files with 7 additions and 0 deletions
|
@ -101,6 +101,7 @@ public:
|
|||
void clear_including_history();
|
||||
|
||||
Function<void(const StringView&)> on_title_change;
|
||||
Function<void(const Gfx::IntSize&)> on_terminal_size_change;
|
||||
Function<void()> on_command_exit;
|
||||
|
||||
GUI::Menu& context_menu() { return *m_context_menu; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue