CLI/Context

- Reordering init sequence.
- Removed ::assumeLocations.
This commit is contained in:
Paul Beckingham 2014-11-09 08:29:54 -05:00
parent 8ff32b767f
commit 3b1f244f42
6 changed files with 182 additions and 139 deletions

View file

@ -41,6 +41,10 @@ static Date now;
////////////////////////////////////////////////////////////////////////////////
void initializeColorRules ()
{
// If color is not enable/supported, short circuit.
if (! context.color ())
return;
try
{
gsColor.clear ();