mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Forgot to adjust test for new mouse encoding
This commit is contained in:
parent
e7b216ba68
commit
e66c732b41
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ class TestKeys(BaseTest):
|
|||
|
||||
self.ae(enc(), '<0;1;1M')
|
||||
self.ae(enc(action=defines.RELEASE), '<0;1;1m')
|
||||
self.ae(enc(action=defines.MOVE), '<35;1;1M')
|
||||
self.ae(enc(action=defines.MOVE, button=0), '<35;1;1M')
|
||||
self.ae(enc(action=defines.DRAG), '<32;1;1M')
|
||||
|
||||
self.ae(enc(R), '<2;1;1M')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue