Another test

This commit is contained in:
Kovid Goyal
2025-02-15 11:38:49 +05:30
parent f7c136b408
commit dc5c9b5bf4

View File

@@ -458,6 +458,9 @@ def test_multicell(self: TestMulticell) -> None:
ta('\x1b]66;s=2;ab\x07')
multicell(s, '😀a', scale=2)
ta('\x1b]66;s=2;😀a\x07')
multicell(s, '😀', scale=2)
multicell(s, 'b', width=1, scale=2)
ta('\x1b]66;s=2;😀\x07\x1b]66;w=1:s=2;b\x07')
multicell(s, 'a', scale=2)
s.cursor.fg = as_rgb(0xffffff)
multicell(s, 'b', scale=2)