mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
HackStudio: Add TerminalWrapper::on_command_exit
This commit is contained in:
parent
d29a078ab3
commit
cd11a8597a
Notes:
sideshowbarker
2024-07-19 11:13:43 +09:00
Author: https://github.com/bugaevc
Commit: cd11a8597a
Pull-request: https://github.com/SerenityOS/serenity/pull/779
2 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,8 @@ public:
|
|||
|
||||
void run_command(const String&);
|
||||
|
||||
Function<void()> on_command_exit;
|
||||
|
||||
private:
|
||||
explicit TerminalWrapper(GWidget* parent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue