Terminal: Add selecting whole line on triple click

The line is also added to clipboard
This commit is contained in:
Rok Povsic 2019-11-15 23:48:58 +01:00 committed by Andreas Kling
commit 95df049071
Notes: sideshowbarker 2024-07-19 11:12:41 +09:00
2 changed files with 18 additions and 2 deletions

View file

@ -118,4 +118,6 @@ private:
RefPtr<CConfigFile> m_config;
RefPtr<GScrollBar> m_scrollbar;
CElapsedTimer m_triple_click_timer;
};