mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
More word selection direction change fixes
This commit is contained in:
@@ -169,6 +169,23 @@ class TestMouse(BaseTest):
|
||||
move(x=4.4, y=1)
|
||||
self.ae(sel(), 'gh')
|
||||
release()
|
||||
multi_click(x=4.4)
|
||||
self.ae(sel(), 'cd')
|
||||
move()
|
||||
self.ae(sel(), 'ab cd')
|
||||
move(x=1, y=1)
|
||||
self.ae(sel(), 'ab cd f')
|
||||
move()
|
||||
self.ae(sel(), 'ab cd')
|
||||
release()
|
||||
multi_click(x=1.4)
|
||||
self.ae(sel(), 'ab')
|
||||
move(x=4.4)
|
||||
self.ae(sel(), 'ab cd')
|
||||
move(x=4.4, y=1)
|
||||
self.ae(sel(), 'ab cd f gh')
|
||||
move(x=4.4)
|
||||
self.ae(sel(), 'ab cd')
|
||||
|
||||
# Line select with drag
|
||||
s.reset()
|
||||
|
||||
Reference in New Issue
Block a user