Implement automatic tmux passthrough for icat

This commit is contained in:
Kovid Goyal
2023-03-04 13:01:23 +05:30
parent 8bd814444c
commit defac0c061
5 changed files with 84 additions and 15 deletions

View File

@@ -40,6 +40,8 @@ Detailed list of changes
- Text rendering: Use sRGB correct linear gamma blending for nicer font rendering and better color accuracy with transparent windows. See the option :opt:`text_composition_strategy` for details. The obsolete :opt:`macos_thicken_font` will make the font too thick and needs to be removed manually if it is configured. (:pull:`5969`)
- icat kitten: Support display of images inside tmux (:pull:`5664`)
- Graphics protocol: Add support for displaying images inside programs that do not support the protocol such as vim and tmux (:pull:`5664`)
- Fix a regression in 0.27.0 that broke ``kitty @ set-font-size 0`` (:iss:`5992`)