Commits


initial support for gopher item type 7


void -> int for load_page_from_str too


change the load_*_url functions so they return an int this will allow to support type 7 links on gopher easily


point out that also gopher and finger are supported


typo * mime.c (ptable): colorize text/x-patch


handle text/x-diff and application/x-patch too as diffs


sync


tilde-heuristics for titles use `~username' as tab title if the page doesn't have any headings


tweak scroll-line-up/down wrt hidden lines


sync


colorize text/x-patch


add compat for explicit_bzero Looking at the build failure for the nix package on darwin I noticed that explicit_bzero is used by recallocarray but not included in the compat layer...


wrap unfreeze in ifdef instead of defining macros in compat.h. It's clearer that it's only for libevent2 this way


unfrozen by default it seems that we can "melt" :P the evbuffer from the start to avoid the unfreeze/freeze dance


buffer is frozen; drain becomes a NOP