Commits


added fs process it's the only one that has file system access. For now it serves about:new (from memory) and about:bookmarks (from ~/.telescope/bookmarks.gmi if found)


don't printf


sandbox ui process too


set the off to zero after flushing the buffer this was the cause we had duplicated "chunks" in the pages: if we enter copy_body with req->off != 0 but then tls_read returns WANT_POLLIN/POLLOUT, the next time we flush the same chunk again.


style


typos & small improvements


screenshot updated


start loading animation after cmd_{previous,next}_page


refactoring + move wrapping logic to its own file


wrap struct line into vlines


first draft of history system is here


refactor minibuf_hist stuff into more general hist/histhead


show page title in tabs


mark variable as static


drop useless struct declaration