X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=4e24d8cf54916d06933bf68878c9e941ccf218ce;hb=3604987216a51098b794f7fdb1a99626e7443e42;hp=7bf9afdf98c1280efd90da1dd4332e7bf61ae597;hpb=f46a119f4a8694eb680010bb2020cb2791a366eb;p=fanfix.git diff --git a/README.md b/README.md index 7bf9afd..4e24d8c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,17 @@ The Jexer source code is hosted at: https://gitlab.com/klamonte/jexer +1.0.0 Release Coming Soon +-------------------------- + + +Jexer's original list of features for its 1.0.0 release are undergoing +final testing. If you know of a bug or key feature missing, please +consider opening an issue +[here.](https://gitlab.com/klamonte/jexer/issues) + + + Documentation ------------- @@ -139,15 +150,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 | | 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 +179,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.7.3291.0, on Windows 10.0.18362.30. Tested against + WSL-1 Debian instance. + See Also