summary refs log tree commit diff
path: root/ring.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-26 15:39:13 -0500
committerJune McEnroe <june@causal.agency>2021-01-28 16:27:10 -0500
commit584e9d2ae22b757393d6784332b5cf8b3b4a1e53 (patch)
treece51c329fb77ad54f8b64018658813ddb183ce54 /ring.c
parentRefactor hasTag to be usable in more places (diff)
downloadpounce-584e9d2ae22b757393d6784332b5cf8b3b4a1e53.tar.gz
pounce-584e9d2ae22b757393d6784332b5cf8b3b4a1e53.zip
Tighten up XDG base directory path handling
Don't search base directories if path starts with "/", "./" or
"../", but still do if the path simply starts with ".". Bail early
if HOME is needed but unset. Don't attempt to open the original
path in configOpen and dataOpen.
Diffstat (limited to 'ring.c')
0 files changed, 0 insertions, 0 deletions
2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe