mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Remove the resize_draw_strategy option
Use scale + size as the fixed strategy. This is because static looks bad with translucent windows (the cell area ends up a different opacity than the newly exposed window area).
This commit is contained in:
parent
89875af5e6
commit
cd56597e7e
9 changed files with 45 additions and 71 deletions
|
|
@ -42,6 +42,8 @@ Detailed list of changes
|
|||
|
||||
- A new option :opt:`text_fg_override_threshold` to force text colors to have high contrast regardless of color scheme (:pull:`6283`)
|
||||
|
||||
- When resizing OS Windows make the animation less jerky on macOS and Wayland. Also always show the window size in cells during the resize and scale the window contents while the resize is in progress to give a visual indicator of the relative size change (:iss:`6341`)
|
||||
|
||||
- unicode_input kitten: Fix a regression in 0.28.0 that caused the order of recent and favorites entries to not be respected (:iss:`6214`)
|
||||
|
||||
- unicode_input kitten: Fix a regression in 0.28.0 that caused editing of favorites to sometimes hang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue