mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Deprecate the adjust_baseline adjust_line_height and adjust_column_width options in favor of modify_font
Unifies handling and allow using pt units for those adjustments. Note that the behavior of percentage sizes for adjust baseline is backwards incompatible. It now uses the baseline value as the base rather than the cell height.
This commit is contained in:
@@ -29,6 +29,9 @@ class ModificationType(Enum):
|
||||
underline_thickness = auto()
|
||||
strikethrough_position = auto()
|
||||
strikethrough_thickness = auto()
|
||||
cell_width = auto()
|
||||
cell_height = auto()
|
||||
baseline = auto()
|
||||
size = auto()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user