Commits


cache the page title


bump space for titles to 128 bytes


lazy loading tabs on startup don't load all the tabs when starting up, only the current one. Defer the loading of the others when switching to them.


keep track of the current tab and restore it after startup


retire current_tab() in favour of current_tab


emojified link lines!!


use a lockfile to prevent multiple instance of telescope


refactor struct vline the new `meta.data' field will be useful for holding completions data.


support completions in minibuffer + related interactive fns * cmd.c (cmd_previous_completion): add previous-completion (cmd_next_completion): add next-completion (cmd_insert_current_candidate): add insert-current-candidate * minibuffer.c (enter_minibuffer): support completions in minibuffer


move defaults.c decls. to their own header


move pages decl. to their own header


refactor: all imsgs are completely asynchronous


(process) network -> net rename


move utf8 decl. to utf8.h


move ui decl. to ui.h