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

initialize all the queues


Omar Polo

fix redirect & history

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



Omar Polo

set the minibuffer name





Omar Polo

move in_minibuffer too



Omar Polo

reorder minibuffer stuff

and while there also rename the bogus completing_read to minibuffer_read. To get a ``completing-read'' one has to call enter_minibuffer with the right parameters.