mlterm fully supports features
authorKevin Lamonte <kevin.lamonte@gmail.com>
Mon, 5 Aug 2019 12:51:56 +0000 (07:51 -0500)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Mon, 5 Aug 2019 12:51:56 +0000 (07:51 -0500)
README.md

index 6ca78666e582d8a2c9ce9134435f186fe64a4a61..7e21e980d20f6f99a1aa6b1548ebc2ab8a0a11fa 100644 (file)
--- 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