mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:37:44 +00:00
HackStudio: Clear embedded terminal upon opening a different project
This commit is contained in:
parent
6076deae1d
commit
971a5a70d1
3 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
|
||||
void run_command(const String&);
|
||||
void kill_running_command();
|
||||
void clear_including_history();
|
||||
|
||||
bool user_spawned() const { return m_user_spawned; }
|
||||
VT::TerminalWidget& terminal() { return *m_terminal_widget; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue