Commits


replace TAILQ_EMPTY/INSERT_HEAD/TAIL dance with a single TAILQ_INSERT_TAIL Now that all the queues are correctly initialised, there's no need for that dance.


initialize all the queues


new_tab: allow to add the tab after a current one this allows cmd_push_button_new_tab to open the new tab right *after* the current one, instead that always at the end.


fix redirect & history the reload command doesn't push the current url to the history anymore.


initial support for gopher item type 7


libevent is already included by telescope.h


introduce two local variables


drop {eecmd,ir}_self_insert in favour of sensible_self_insert


changed default tab separator character Suggested by Gnuserland, thanks!


pretty print help lines


fix redraw when side window is visible


add other-window (C-x o) and allow focusing help buffer


move in_minibuffer too


always include compat.h first


move some initializations to minibuffer.c