summary refs log tree commit diff
path: root/complete.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-12 12:44:38 -0400
committerJune McEnroe <june@causal.agency>2020-05-12 12:44:38 -0400
commit4fea54637bb8eef89fb08cff21788bf3565a54ee (patch)
tree070a6e3bef3195714b04e31da084b06f4687297e /complete.c
parentMark global variables in chat.h as extern (diff)
downloadcatgirl-4fea54637bb8eef89fb08cff21788bf3565a54ee.tar.gz
catgirl-4fea54637bb8eef89fb08cff21788bf3565a54ee.zip
Do not stop when files in XDG dirs are inaccessible
> When attempting to read a file, if for any reason a file in a certain
> directory is unaccessible, e.g. because the directory is non-existant,
> the file is non-existant or the user is not authorized to open the file,
> then the processing of the file in that directory should be skipped. If
> due to this a required file could not be found at all, the application
> may chose to present an error message to the user.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/commit/bin/gfxx.c?id=b79845f529fbe37c37fe15de75d3411931621b32&follow=1'>Add flip option to gfxxJune McEnroe 2018-02-05Remove gfxx reverse optionJune McEnroe 2018-02-04Fix gfxx draw stop conditionJune McEnroe 2018-02-04Reuse CGColorSpace and CGDataProvider in gfcocoaJune McEnroe 2018-02-04Mark mac target phonyJune McEnroe 2018-02-04Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe 2018-02-04Avoid doing excessive work in gfxxJune McEnroe 2018-02-04Handle window resizing in gfcocoaJune McEnroe 2018-02-04Set cinoptionsJune McEnroe 2018-02-04Tweak colorscheme moreJune McEnroe 2018-02-04Color MatchParen DarkYellowJune McEnroe 2018-02-04Add palette sampling to gfxxJune McEnroe 2018-02-04Add 4-bit RGB to gfxxJune McEnroe 2018-02-04Add Quit menu item to gfcocoaJune McEnroe 2018-02-04Switch back to sane Objective-C styleJune McEnroe 2018-02-04Quit gfcocoa when window closesJune McEnroe 2018-02-03Apparently this is how people write Objective-CJune McEnroe19:48:14 -0500'>2021-02-06Add xterm output to schemeJune McEnroe