commit 0b4f3d2f42f0669723a84de1da11eb215d7506e9 from: Omar Polo date: Fri Jul 16 10:09:23 2021 UTC asciinema link instead of screenshot commit - db1e7fc69bb10370dd5ea720ecfcfd466a69bbb7 commit + 0b4f3d2f42f0669723a84de1da11eb215d7506e9 blob - 3b54f026257056a0568ede3bcaa8ce672222cdb5 blob + 7b253673d24e4f17d3b5591a6ecb29a92e8f7b41 --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2021-07-16 Omar Polo + + * ui.c (ui_init): fix crash on some libevent2 + 2021-07-15 Omar Polo * cmd.c (cmd_toggle_pre_wrap): add toggle-pre-wrap blob - c194aa819fb5d7f68d1ef57737d9645c0f33beec blob + 2b1c44c1e7ef253b7e3f906853a800334100fee5 --- README.md +++ README.md @@ -21,7 +21,7 @@ things that you can help develop :) - add other GUIs: at the moment it uses only ncurses, but telescope shouldn't be restricted to TTYs only! -![Telescope new tab](images/about-new.png) +[![asciicast](https://asciinema.org/a/425760.svg)](https://asciinema.org/a/425760) ## Why yet another browser?