Enhancements - shadow file

- Implemented (bug not debugged) the shadow file update.
- Added oddly missing (and bypassed) Context::message and Context::footnote
  methods.
This commit is contained in:
Paul Beckingham 2009-06-11 01:30:14 -04:00
parent a58aa948b8
commit ed2ed7c2e2
2 changed files with 53 additions and 55 deletions

View file

@ -47,7 +47,7 @@ public:
void initialize (); // for reinitializing
int run (); // task classic
int interactive (); // task interactive (not implemented)
void dispatch (); // command handler dispatch
std::string dispatch (); // command handler dispatch
void shadow (); // shadow file update
int getWidth (); // determine terminal width