bugfix, probably

This commit is contained in:
Peter D. Gray 2024-01-23 14:11:37 -05:00
parent 1bd9a4cdec
commit 8b4ac42ec7
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -292,6 +292,7 @@ class Display:
self.next_buf[y][x] = ord(ch) + attr
x += 1
if ch in FontIosevka.DOUBLE_WIDE:
if x >= CHARS_W: break # XXX will that look right?
self.next_buf[y][x] = 0
x += 1