mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
Start work on dumping non-UTF-8 charset support
This commit is contained in:
@@ -36,7 +36,7 @@ class Callbacks:
|
||||
self.wtcbuf = self.iconbuf = self.titlebuf = self.colorbuf = b''
|
||||
|
||||
|
||||
class TestScreen(BaseTest):
|
||||
class TestParser(BaseTest):
|
||||
|
||||
def parse_bytes_dump(self, s, x, *cmds):
|
||||
cd = CmdDump()
|
||||
|
||||
Reference in New Issue
Block a user