Commits


fix link


drop the old sample.config


update the readme and add more stuff in contrib


Farewell, nth_line! You were a good function. Slow and avoidable actually, but a good function indeed.


correctly compute the x position on "emojified" lines


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.


add set-title option


don't underline links by default as Gnuserland pointed out, it's and old thing taken from the web, used to distinguish between normal text and links. In Gemini we only have link-lines, so the underline is redundant. It's still possible to restore the styling by adding something like the following in ~/.telescope/config style line.link attr underline


explain how emojied_line works


don't treat sequences of numbers as emoji


keep track of the current tab and restore it after startup


handle_session_tab: check for NUL-terminator


retire current_tab() in favour of current_tab