Start work on horizontal align for multicells

This commit is contained in:
Kovid Goyal
2025-02-19 07:50:40 +05:30
parent 714910382b
commit 15f711d6b5
9 changed files with 47 additions and 24 deletions

View File

@@ -322,6 +322,7 @@ def parsers() -> None:
'n': ('subscale_n', 'uint'),
'd': ('subscale_d', 'uint'),
'v': ('vertical_align', 'uint'),
'h': ('horizontal_align', 'uint'),
}
text = generate(
'parse_multicell_code', 'screen_handle_multicell_command', 'multicell_command', keymap, 'MultiCellCommand',