Remove kitty image support

This commit is contained in:
Autumn Lamonte 2022-02-10 17:56:30 -06:00
parent 2cbe72ab1d
commit de8e64ab86

View file

@ -193,7 +193,7 @@ the terminals last tested against Jexer:
| alacritty(3b) | X11 | yes | yes | yes |
| gnome-terminal | X11 | yes | yes | no |
| iTerm2 | Mac | yes | yes | no(5) |
| kitty(3) | X11 | yes | yes | no(2) |
| kitty(3) | X11 | yes | yes | no(9) |
| lcxterm | CLI, Linux console | yes | yes | no |
| rxvt-unicode | X11 | yes | yes | no(2) |
| xfce4-terminal | X11 | yes | yes | no |
@ -230,6 +230,10 @@ the terminals last tested against Jexer:
8 - Using jerch's xterm-addon-image.
9 - Kitty image protocol support will never be in Jexer, as a matter
of principle. Should that terminal adopt iTerm2 or sixel, then
images could work. (Image support for kitty was removed on
February 10, 2022.)
See Also
--------