Implement double/triple clicks to select word/line

This commit is contained in:
Kovid Goyal
2016-11-29 12:06:19 +05:30
parent 5ef2c404ce
commit 80845dc2da
4 changed files with 72 additions and 17 deletions

View File

@@ -33,6 +33,9 @@ scrollback_lines 2000
# Wheel scroll multiplier (modify the amount scrolled by the mouse wheel)
wheel_scroll_multiplier 5.0
# The interval between successive clicks to detect double/triple clicks (in seconds)
click_interval 0.5
# Delay (in milliseconds) between screen updates. Decreasing it, increases fps
# at the cost of more CPU usage. The default value yields ~50fps which is more
# that sufficient for most uses.