- added config file and commandline parsing
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 20 Sep 2016 05:46:50 +0000 (08:46 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 20 Sep 2016 05:46:50 +0000 (08:46 +0300)
commit493e590908a39324651cd2c81323e6969c0b4c4f
tree1a11cf3a014b4ca04f2e27197641cf75e0fff8f8
parentf524001d8739b7cf5efd8e0784a1fa650b4af27b
- added config file and commandline parsing
- removed the weird CAFE mechanism now that we have a config file
src/cfgopt.c [new file with mode: 0644]
src/cfgopt.h [new file with mode: 0644]
src/demo.c
src/screen.c