HackStudio: Add TerminalWrapper::on_command_exit

This commit is contained in:
Sergey Bugaev 2019-11-14 19:19:57 +03:00 committed by Andreas Kling
commit cd11a8597a
Notes: sideshowbarker 2024-07-19 11:13:43 +09:00
2 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,8 @@ public:
void run_command(const String&);
Function<void()> on_command_exit;
private:
explicit TerminalWrapper(GWidget* parent);