mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Work on scaled rendering for box drawing chars
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user