Commits


don't stop at empty headings and use url if no text for link


wrap the page until the last column


take into account emojify_link when wrapping the page


typo


simplify print_vlines


document emojify-link


emojified link lines!!


behold the great emoji-matcher!


bundle data/emoji.txt and don't install README and LICENSE while there also add the ChangeLog to the tarball. The wrong install of README and LICENSE was found by Andrea Feletto, thanks!


add emoji data from unicode


improve the sample config


asciinema link instead of screenshot


initialize events: prevents libevent2 from crashing clechoev and resizeev are two globally defined event, and thus guaranteed to be zeroed. While OpenBSD' libevent1 is fine when calling event_pending on such events, libevent2 complains and, probably depending on which flags were used, crashes. Prompted and tested by Andrea Feletto, thanks!


keep an inline version of decode


add toggle-pre-wrap