X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=7e21e980d20f6f99a1aa6b1548ebc2ab8a0a11fa;hb=9588c7134280341ab6e92e37d1c1d00b3756cee5;hp=d090e21bb18ebfa5f494baf65b7c48ed4a10647b;hpb=a7f45950d2dd809a5a731cd870cb41968c025901;p=fanfix.git diff --git a/README.md b/README.md index d090e21..7e21e98 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Jexer is available on Maven Central: com.gitlab.klamonte jexer - 0.3.0 + 0.3.1 ``` @@ -103,7 +103,7 @@ controls. The demos can be run as follows: More Screenshots ---------------- -![Yo Dawg...](/screenshots/yodawg.png?raw=true "Yo Dawg, I heard you like text windowing systems, so I ran a text windowing system inside your text windowing system so you can have a terminal in your terminal.") +![Yo Dawg...](/screenshots/jexer_sixel_in_sixel.png?raw=true "Yo Dawg, I heard you like text windowing systems, so I ran a text windowing system inside your text windowing system so you can have a terminal in your terminal.") ![Sixel Pictures Of Cliffs Of Moher And Buoy](/screenshots/sixel_images.png?raw=true "Sixel Pictures Of Cliffs Of Moher And Buoy") @@ -119,12 +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(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 | @@ -134,6 +135,7 @@ The table below lists terminals tested against Jexer's Xterm backend: | Linux | Linux console | no | no | no(2) | | qodem(3) | CLI, Linux console | yes | yes(4) | no | | qodem-x11(3) | X11 | yes | no | no | +| yaft | Linux console (FB) | no | no | yes | 1 - Requires mouse support from host terminal. @@ -143,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