Commit Briefs
tag 0.3.1 - bugfix release (tags/0.3.1)
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 (tags/0.3)
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!!
improve documentation about colors
mention the color0-255 set
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)
other improvements for about:help
* reword in first tip * mention the keys for load-url * link the online version of the manpage
set default foreground color for links line
After a talk with tgl (thanks!) about defaults, I'm convinced this is a sensible default. For people who don't like colours (myself included), telescope will honour the `NO_COLOR' env variable. Then there is also the set enable-colors = 0 for the config file. We could go further and provide a flag like -O var=value to set some values without the need for a config file eventually.
ignore \r
otherwise it would complain about a syntax error (it would treat \r as a string of one character.) Found by TheGnuserland, thanks!!
fix warnings
as reported by man -Tlint -l telescope.1