Work on scaled rendering for box drawing chars

This commit is contained in:
Kovid Goyal
2024-11-22 12:36:11 +05:30
parent 47a1a9b83d
commit 383e1f8f57
10 changed files with 196 additions and 79 deletions

View File

@@ -317,6 +317,7 @@ def parsers() -> None:
'w': ('width', 'uint'),
's': ('scale', 'uint'),
'f': ('subscale', 'uint'),
'v': ('vertical_align', 'uint'),
}
text = generate(
'parse_multicell_code', 'screen_handle_multicell_command', 'multicell_command', keymap, 'MultiCellCommand',