git://git.nikiroo.be
/
fanfix-jexer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aff59b
)
Update terminals
author
Kevin Lamonte
<kevin.lamonte@gmail.com>
Sun, 1 Sep 2019 18:34:18 +0000
(13:34 -0500)
committer
Kevin Lamonte
<kevin.lamonte@gmail.com>
Sun, 1 Sep 2019 18:34:18 +0000
(13:34 -0500)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 288723b5f28cfd797bf1ab8c582251f02efd1709..3251a27583695dbed7830a42e6a25ee26bb19e05 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-149,6
+149,7
@@
The table below lists terminals tested against Jexer's Xterm backend:
| 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) |
@@
-167,6
+168,9
@@
The table below lists terminals tested against Jexer's Xterm backend:
5 - Images can crash terminal.
+6 - Version 0.4.2382.0, on Windows 10.0.18362.30. Tested against
+ WSL-1 Debian instance.
+
See Also