Commit Briefs


Omar Polo

move more stuff outta telescope.c


Omar Polo

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.


Omar Polo

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.


Omar Polo

fix redirect & history

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




Omar Polo

don't crash on empty pages



Omar Polo

fix counter in scroll-line-up



Omar Polo

always include compat.h first