From: Kevin Lamonte Date: Tue, 26 Feb 2019 13:38:16 +0000 (-0600) Subject: Add terminal support table X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=9c238a4be4c64ef7e651c722fd66edcd92f6cb57;p=nikiroo-utils.git Add terminal support table --- diff --git a/README.md b/README.md index 985b972..60b666a 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,40 @@ 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 | 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 | +| aminal(3) | X11 | yes | no | no | +| konsole | X11 | yes | no | no | +| yakuake | X11 | yes | no | no | +| screen | CLI | no(1) | no | no(2) | +| tmux | CLI | no(1) | no | 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) | CLI | yes | no | no | + +1 - Passes mouse to its host console, so will support mouse if the +host console does. + +2 - Also fails to filter out sixel data, leaving garbage on screen. + +3 - Latest in repository. + +4 - Requires TERM=xterm-1003 before starting. + + System Properties -----------------