Commits


tag 0.3.1 - bugfix release This bugfix release includes a fix for libevent2 that, in some cases, could lead to a crash. Prompted and tested by Andrea Feletto, thanks!


initialize events: prevents libevent2 from crashing clminibufev 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!


tagged 0.3 -- Spaceman


typo prefix "→ " " " ended up using both as prefix for the line and the continuations the first string given, ignoring the second argument. Found and reported by tgl, thanks!!


screenshot updated


improve documentation about colors mention the color0-255 set


mention the minibuffer and modeline style identifier


allow styling the minibuffer and modeline too


document remaining style identifiers and attr behaviour


typo


fg blue and underline are already the deafults


typo


document bind


move proxy before set, sort


allow `bind map key cmd' in config file