From: Kevin Lamonte Date: Mon, 5 Aug 2019 12:51:56 +0000 (-0500) Subject: mlterm fully supports features X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=de9f648e542ac87d4e1d04538650f50b8ab68aa3 mlterm fully supports features --- diff --git a/README.md b/README.md index 6ca7866..7e21e98 100644 --- a/README.md +++ b/README.md @@ -119,13 +119,13 @@ The table below lists terminals tested against Jexer's Xterm backend: | Terminal | Environment | Mouse Click | Mouse Cursor | Images | | -------------- | ------------------ | ----------- | ------------ | ------ | | xterm | X11 | yes | yes | yes | -| jexer | CLI, X11, Windows | yes | yes | yes | +| jexer(3) | CLI, X11, Windows | yes | yes | yes | +| mlterm | X11 | yes | yes | yes | | lcxterm(3) | CLI, Linux console | yes | yes | no | | rxvt-unicode | X11 | yes | yes | no(2) | | 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 | @@ -145,8 +145,6 @@ The table below lists terminals tested against Jexer's Xterm backend: 4 - Requires TERM=xterm-1003 before starting. -5 - Opening image crashes terminal. - See Also