mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Fix regression that broke handling of single byte control chars when cursor is on second cell of wide character
This commit is contained in:
@@ -614,6 +614,8 @@ class TestScreen(BaseTest):
|
||||
r('a', 2, ' a')
|
||||
r('😸', 3, ' 😸')
|
||||
r('\u0304', 1, '😸\u0304')
|
||||
r('\r', 0, '😸')
|
||||
|
||||
|
||||
def test_serialize(self):
|
||||
from kitty.window import as_text
|
||||
|
||||
Reference in New Issue
Block a user