Commit Briefs

73c3a3ecd2 Omar Polo

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!


efa94cae6c 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!


04c21b67e6 Omar Polo

tagged 0.3 -- Spaceman (tags/0.3)


eff23f5de3 Omar Polo

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!!


f785c30508 Omar Polo

screenshot updated


ae844a002f Omar Polo

improve documentation about colors

mention the color0-255 set



24221637d6 Omar Polo

allow styling the minibuffer and modeline too



a2cb4f8460 Omar Polo

typo


7e0ba8368a Omar Polo

fg blue and underline are already the deafults


3a761ed290 Omar Polo

typo


138421e8ea Omar Polo

document bind


90d8329a1f Omar Polo

move proxy before set, sort


e3427d18a9 Omar Polo

allow `bind map key cmd' in config file


a3666ed5eb Omar Polo

move the list of cmd to its own file


7b11ff4250 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)


1c412d480d Omar Polo

added next/previous-heading


355bef2261 Omar Polo

other improvements for about:help

* reword in first tip * mention the keys for load-url * link the online version of the manpage


752e45c898 Omar Polo

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.


157d4810b5 Omar Polo

bind > to load-url


6ba9e5a881 Omar Polo

second part of my "ignore \r"


c86d164e89 Omar Polo

ignore \r

otherwise it would complain about a syntax error (it would treat \r as a string of one character.) Found by TheGnuserland, thanks!!


6e8a284fb2 Omar Polo

fix warnings

as reported by man -Tlint -l telescope.1


19f9cf0f94 Omar Polo

mention the -c /dev/null trick