Shadow Files

- Re-enabled shadow files, but in a new, simpler manner, that allows the
  rc.shadow.command to override settings like color if necessary.
- Modifed A3 to capture program name and store it in the Context.
This commit is contained in:
Paul Beckingham
2011-09-07 00:24:00 -04:00
parent c62f36ef87
commit 9ed0c5c86d
2 changed files with 43 additions and 44 deletions

View File

@@ -211,6 +211,9 @@ void A3::categorize ()
arg->_category = Arg::cat_command;
found_command = true;
}
// Context needs a copy.
context.program = arg->_raw;
}
// command