mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
Terminal: Add selecting whole line on triple click
The line is also added to clipboard
This commit is contained in:
parent
e17386692a
commit
95df049071
Notes:
sideshowbarker
2024-07-19 11:12:41 +09:00
Author: https://github.com/rok-povsic
Commit: 95df049071
Pull-request: https://github.com/SerenityOS/serenity/pull/787
2 changed files with 18 additions and 2 deletions
|
@ -118,4 +118,6 @@ private:
|
|||
RefPtr<CConfigFile> m_config;
|
||||
|
||||
RefPtr<GScrollBar> m_scrollbar;
|
||||
|
||||
CElapsedTimer m_triple_click_timer;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue