Commit Briefs

Omar Polo

tag 0.7, "Via Paolo Fabbri 43" (tags/0.7)


Omar Polo

fix a couple of printw fmt strings

two %d really needs %zu


Omar Polo

fix puntaction



Omar Polo

fix glitch with tab-bar-show=1 and tab-undo-close

a missing ui_schedule_redraw on unkill_tab means that the tabbar is not rendered when calling tab-undo-close when there is only one tab.





Omar Polo

tweak cache-info message



Omar Polo

crank up cache limits

delete pages that are older than one hour, and scan the cache only once every five minutes. The previous defaults were a bit too much conservative.


Omar Polo

document cache-info


Omar Polo

drop useless struct

instead of keeping the struct mcache that's private to mcache.c and used only once, just define its fields as (static) variables. While here, mark as static also gemtext_prefixes.



Omar Polo

simplify load_url_in_tab