mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
misc parser and test fixes
This commit is contained in:
@@ -1188,7 +1188,7 @@ class TestScreen(BaseTest):
|
||||
|
||||
def cb(data):
|
||||
nonlocal response
|
||||
response = set_pointer_shape(s, data)
|
||||
response = set_pointer_shape(s, str(data, 'utf-8'))
|
||||
c.set_pointer_shape = cb
|
||||
|
||||
def send(a):
|
||||
|
||||
Reference in New Issue
Block a user