mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
parent
da88eaeb23
commit
be9dda0aa4
2 changed files with 4 additions and 1 deletions
|
|
@ -61,6 +61,9 @@ Detailed list of changes
|
|||
|
||||
- Remote control: Allow matching by neighbor of active window. Useful for navigation plugins like vim-kitty-navigator
|
||||
|
||||
- Fix a regression that caused changing :opt:`text_fg_override_threshold` or :opt:`text_composition_strategy` via config reload causing incorrect rendering (:iss:`6559`)
|
||||
|
||||
|
||||
0.29.2 [2023-07-27]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ class LoadShaderPrograms:
|
|||
graphics.compile(p, allow_recompile)
|
||||
|
||||
program_for('bgimage').compile(BGIMAGE_PROGRAM, allow_recompile)
|
||||
program_for('tint').compile(TINT_PROGRAM)
|
||||
program_for('tint').compile(TINT_PROGRAM, allow_recompile)
|
||||
init_cell_program()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue