- Implemented simple word substitution aliases. This is not the ultimate form
  which will involve the ability to insert arbitrary constructs.  Later.
This commit is contained in:
Paul Beckingham 2014-06-03 00:10:15 -04:00
parent a470e50ee6
commit 1cd09bc87b
7 changed files with 42 additions and 41 deletions

View file

@ -77,7 +77,6 @@ private:
void staticInitialization ();
void assumeLocations ();
void createDefaultConfig ();
void loadAliases ();
void updateXtermTitle ();
void updateVerbosity ();
@ -90,8 +89,7 @@ public:
Config config;
TDB2 tdb2;
std::map <std::string, std::string> aliases;
Alias aliases2;
Alias alias;
Hooks hooks;
DOM dom;