init: Color shoudl be on by default

This commit is contained in:
Paul Beckingham 2016-04-23 00:36:52 -04:00
parent 602c8106f4
commit b547097a00

View file

@ -99,6 +99,9 @@ void initializeDataAndRules (
Database& database,
Rules& rules)
{
// Rose tint my world, make me safe from my trouble and pain.
rules.set ("color", "on");
// Make common hints available via rules:
// :debug --> debug=on
// :quiet --> verbose=off