summary refs log tree commit diff
path: root/config.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-07 22:25:09 -0500
committerJune McEnroe <june@causal.agency>2020-02-07 22:25:09 -0500
commitef9bea6d601742b8e91eda59b914f8653463ef24 (patch)
tree329221d7c616c86c659d1564b7b4aa8492725743 /config.c
parentUpdate color in completeTouch (diff)
downloadcatgirl-ef9bea6d601742b8e91eda59b914f8653463ef24.tar.gz
catgirl-ef9bea6d601742b8e91eda59b914f8653463ef24.zip
Use atexit instead of err_set_exit
Unsurprisingly, err_set_exit doesn't exist in GNU's err.h, but since
it's safe to call reset_shell_mode on any kind of exit, just use atexit.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
='nohover-highlight'> 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe