* Some minor tweaks. Nothing major right now

This commit is contained in:
Bryan Ashby 2015-06-08 22:41:57 -06:00
parent 6bf5a8425c
commit b759975742
2 changed files with 21 additions and 12 deletions

View file

@ -117,6 +117,9 @@ function getThemeArt(name, themeID, options, cb) {
}
// set/override some options
// :TODO: replace asAnsi stuff with something like retrieveAs = 'ansi' | 'pipe' | ...
// :TODO: Some of these options should only be set if not provided!
options.asAnsi = true;
options.readSauce = true; // encoding/fonts/etc.
options.random = miscUtil.valueWithDefault(options.random, true);