diff --git a/kitty_tests/mouse.py b/kitty_tests/mouse.py index 2c31f67c5..c67d0cb33 100644 --- a/kitty_tests/mouse.py +++ b/kitty_tests/mouse.py @@ -133,6 +133,8 @@ class TestMouse(BaseTest): s.draw('X Y') multi_click(x=1.4) self.ae(sel(), 'ab') + move(2.6) + self.ae(sel(), 'ab ') move(3.6) self.ae(sel(), 'ab cd') release(3.6, 1)