summary refs log tree commit diff
path: root/buffer.c
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2021-06-11 12:30:56 +0000
committerJune McEnroe <june@causal.agency>2021-06-11 12:51:00 -0400
commit4aa3da578692d53a65342114e65403e7233aa726 (patch)
treef98cd48e5a6dc58d792e6aacd5494dcc91ff093e /buffer.c
parentMatch gemini URLs (diff)
downloadcatgirl-4aa3da578692d53a65342114e65403e7233aa726.tar.gz
catgirl-4aa3da578692d53a65342114e65403e7233aa726.zip
OpenBSD: Hoist loading save file to drop filesystem read-access
After TLS cert/key files, the save file is the only file being read from;
do so before pleding and drop the "rpath" promise all together:  log files
will only be created and written to.
Diffstat (limited to 'buffer.c')
0 files changed, 0 insertions, 0 deletions
ighlight'> I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe