X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=3251a27583695dbed7830a42e6a25ee26bb19e05;hb=cae2b42e082a7adcc6ca1052ee3af298d052e8cd;hp=7bf9afdf98c1280efd90da1dd4332e7bf61ae597;hpb=f46a119f4a8694eb680010bb2020cb2791a366eb;p=fanfix.git diff --git a/README.md b/README.md index 7bf9afd..3251a27 100644 --- a/README.md +++ b/README.md @@ -145,9 +145,11 @@ The table below lists terminals tested against Jexer's Xterm backend: | rxvt-unicode | X11 | yes | yes | no(2) | | xfce4-terminal | X11 | yes | yes | no | | kitty(3) | X11 | yes | yes | no | +| mintty | Windows | yes | yes | no(5) | | 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) | @@ -164,6 +166,11 @@ The table below lists terminals tested against Jexer's Xterm backend: 4 - Requires TERM=xterm-1003 before starting. +5 - Images can crash terminal. + +6 - Version 0.4.2382.0, on Windows 10.0.18362.30. Tested against + WSL-1 Debian instance. + See Also