1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:37:37 +00:00

LibVT: Input dragged file path into the terminal on drop

We also support dropping plain text and non-file URLs.
This commit is contained in:
Sergey Bugaev 2020-01-22 17:18:28 +03:00 committed by Andreas Kling
parent 6a64077ed7
commit b4923938e1
2 changed files with 22 additions and 0 deletions

View file

@ -100,6 +100,7 @@ private:
virtual void focusin_event(CEvent&) override;
virtual void focusout_event(CEvent&) override;
virtual void context_menu_event(GContextMenuEvent&) override;
virtual void drop_event(GDropEvent&) override;
virtual void did_change_font() override;
// ^TerminalClient