X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=4e6127abaf1582a7d8d337720bd7e5664f35234b;hb=686d4da2d2ecc203d5f8b524225a4327777825be;hp=4a06a55f60486e6e9ea077ef13075d5818e897cc;hpb=739ada621a9220c1764172118efe68d3e26db18a;p=nikiroo-utils.git diff --git a/README.md b/README.md index 4a06a55..4e6127a 100644 --- a/README.md +++ b/README.md @@ -139,16 +139,19 @@ The table below lists terminals tested against Jexer's Xterm backend: | xterm | X11 | yes | yes | yes | | jexer | CLI, X11, Windows | yes | yes | yes | | mlterm | X11 | yes | yes | yes | +| RLogin | Windows | yes | yes | yes | | alacritty(3) | X11 | yes | yes | no | | gnome-terminal | X11 | yes | yes | no | +| iTerm2 | Mac | yes | yes | no(5) | +| kitty(3) | X11 | yes | yes | no | | lcxterm(3) | CLI, Linux console | yes | yes | no | +| mintty | Windows | yes | yes | no(5) | | rxvt-unicode | X11 | yes | yes | no(2) | | xfce4-terminal | X11 | yes | yes | no | -| kitty(3) | X11 | yes | yes | no | -| mintty | Windows | yes | yes | no | | aminal(3) | X11 | yes | no | no | | konsole | X11 | yes | no | no | | yakuake | X11 | yes | no | no | +| Windows Terminal(6) | Windows | no | no | no(2) | | screen | CLI | yes(1) | yes(1) | no(2) | | tmux | CLI | yes(1) | yes(1) | no | | putty | X11, Windows | yes | no | no(2) | @@ -165,6 +168,11 @@ The table below lists terminals tested against Jexer's Xterm backend: 4 - Requires TERM=xterm-1003 before starting. +5 - Sixel images can crash terminal. + +6 - Version 0.4.2382.0, on Windows 10.0.18362.30. Tested against + WSL-1 Debian instance. + See Also