stubs for TTableWidget
[nikiroo-utils.git] / README.md
index c7a61b94e0a2384477236c0eb6f65f230af577d7..c13c3b8b6db73e21ff64beeb4e77bf53c4693420 100644 (file)
--- a/README.md
+++ b/README.md
@@ -206,7 +206,7 @@ backend.
 | -------------- | ------------------ | ----------- | ------------ | ------ |
 | xterm          | X11                | yes         | yes          | yes    |
 | lcxterm(3)     | CLI, Linux console | yes         | yes          | no     |
-| rxvt-unicode   | X11                | 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     |
@@ -214,15 +214,14 @@ backend.
 | 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     |
+| 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 - Passes mouse to its host terminal, so will support mouse if the
-host terminal does.
+1 - Requires mouse support from host terminal.
 
 2 - Also fails to filter out sixel data, leaving garbage on screen.