mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
93496af02b
When triple clicking a line in the terminal the selection will span the whole line. However, after dragging down to lines above/below the selection will stop at the cursor. Instead, the expected functionality of triple clicking and dragging is to select the whole line and any whole lines dragged to after the triple click. Previously, the triple line counter would get reset as soon as the whole line was selected. This patch resets the m_triple_click_timer in the mouse up event, so that the triple click selecting functionality is maintained during the entire click event and terminated when the event is over. |
||
---|---|---|
.. | ||
Attribute.h | ||
CharacterSet.h | ||
CMakeLists.txt | ||
Color.h | ||
EscapeSequenceParser.cpp | ||
EscapeSequenceParser.h | ||
Line.cpp | ||
Line.h | ||
Position.h | ||
Range.h | ||
StateMachine.txt | ||
Terminal.cpp | ||
Terminal.h | ||
TerminalWidget.cpp | ||
TerminalWidget.h | ||
XtermColors.h |