Commit Briefs

Omar Polo

add about:crash to about:about




Omar Polo

add about:crash


Omar Polo

handle read failure




Omar Polo

drop outdated example config


Omar Polo

fix counter during scroll-up/down


Omar Polo

add macro GUARD_READ_ONLY


Omar Polo

improve about:help


Omar Polo

simplify the dark/light theme

there's no need to override the line decorations now that are the defaults


Omar Polo

prettify the defaults settings

Switch from the brutalist approach to a prettier ones. If someone likes the old brutalist theme, it's still available as contrib/brutalist.config: $ cp contrib/brutalist.config ~/.telescope/config or $ telescope -c contrib/brutalist


Omar Polo

evtimer_set is enough

don't need to evtimer_add to initialize the event.


Omar Polo

allow invalid tab ids

don't consider an invalid tab id as an error. Things are asynchronous, we may issue a request but then stop it, and still get data relative to that. So, ignore the request when we get an invalid id.