mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +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:
parent
6a64077ed7
commit
b4923938e1
Notes:
sideshowbarker
2024-07-19 09:53:31 +09:00
Author: https://github.com/bugaevc
Commit: b4923938e1
Pull-request: https://github.com/SerenityOS/serenity/pull/1115
2 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue