X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=703468ecd911947150b46da97ae2730b67692f9a;hb=0bb31542a8e6850e43e8aabc83363f9542657eb1;hp=985b97206751bcb3161ac0c25cb6543df52a493f;hpb=5434cb2bf4d238be6fde507da5acd4860b0a0c13;p=fanfix.git diff --git a/README.md b/README.md index 985b972..703468e 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,42 @@ More Screenshots ![Sixel Color Wheel](/screenshots/sixel_color_wheel.png?raw=true "Sixel Color Wheel") +Terminal Support +---------------- + +The table below lists terminals tested against Jexer's ECMA48/Xterm +backend. + +| Terminal | Environment | Mouse Click | Mouse Cursor | Images | +| -------------- | ------------------ | ----------- | ------------ | ------ | +| xterm | X11 | yes | yes | yes | +| lcxterm(3) | CLI, Linux console | yes | yes | no | +| rxvt-unicode | X11 | yes | yes | no | +| alacritty(3) | X11 | yes | yes | no | +| gnome-terminal | X11 | yes | yes | no | +| xfce4-terminal | X11 | yes | yes | no | +| mlterm | X11 | yes | yes | no(5) | +| aminal(3) | X11 | yes | no | no | +| konsole | X11 | yes | no | no | +| yakuake | X11 | yes | no | no | +| screen | CLI | yes(1) | yes(1) | no(2) | +| tmux | CLI | yes(1) | yes(1) | no | +| putty | X11, Windows | yes | no | no(2) | +| Linux | Linux console | no | no | no(2) | +| qodem(3) | CLI, Linux console | yes | yes(4) | no | +| qodem-x11(3) | X11 | yes | no | no | + +1 - Requires mouse support from host terminal. + +2 - Also fails to filter out sixel data, leaving garbage on screen. + +3 - Latest in repository. + +4 - Requires TERM=xterm-1003 before starting. + +5 - Opening image crashes terminal. + + System Properties -----------------