Commit Graph

4 Commits

Author SHA1 Message Date
Markus Peloquin
43227744e7 Fix crash when loading a custom colorscheme
When using `cs, err := ...` in a nested scope, it masks `cs` and `err`
from any parent scope.
2020-04-01 11:20:45 -07:00
Sean E. Russell
9ebcff9b78 Add ability to look in system-wide directories for configuration files 2020-03-07 09:03:25 -06:00
Sean E. Russell
9188b14094 Safety: prevent uninitialized variable use
Record change

Fixes changelog
2020-03-07 08:35:27 -06:00
Sean E. Russell
2a53398681 Adds log rotation, config file support, and refactoring. Colorschemes are self-registered. Merge remote-tracking branch 'jrswab/configFile111' into config_file; drastically refactored, and am not sure how much original code from the patch was used. 2020-02-17 11:40:16 -06:00