Commits


add load-url-use-heuristic knob This is still WIP and may change before the next release. It could be worthwile to resolve the URLs in load-url using the current page as base, so that while browsing <gemini://a.org/b/c>, using load-url to go to "/" would load <gemini://a.org/> instead of <file:///>. The new option `load-url-use-heuristic', if unset, provides exactly this behaviour. It is still a bit rough to use, as for e.g. loading <d.net> would now yield <gemini://a.org/b/d.net> instead of <gemini://d.net>. Will need more work in-tree, but for now add it so we can reason about it. See github issue #10


add mini-kill-whole-line


document write-buffer function, binding and alias


mark variables with Ic so it's possible to jump to them with :t


document reply-last-input and M-r


add alias open for load-url, suggested by Florian, thanks :)


link the thfr@ article about OOTB-TOFU in the ACKNOWLEDGEMNTS section


add to CAVEATS a note about the naive text-wrapping algorithm


document cache-info


document fringe-ignore-offset


document the `line.fringe' style identifier


specify that --help and --version also exit


remove the description about the session file format It's been changed recently (see history & killed files) and I don't want to keep documenting it: users shouldn't mess with their history file that easily (this is not an excuse for sloppy parsing, which isn't the case.) Furthermore, the format is easy, I think intuitive, and the code easily found in fs.c.


bump manpage date


document max-killed-tabs and tab-undo-close