mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:57:34 +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
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