Commit Briefs

Omar Polo

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!





Omar Polo

keep the comment up-to-date

we don't use wscrl (even though redraw_window could gain some speed by calling wscrl in some contexts)


Omar Polo

added next/previous-heading


Omar Polo

bind > to load-url



Omar Polo

wattr{on,off} -> wattr_{on,off}