1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 13:27:34 +00:00

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
parent e17386692a
commit 95df049071
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;
};