- Implemented the first part of enhanced aliases.
This commit is contained in:
Paul Beckingham 2011-05-23 23:46:00 -04:00
parent f1635c3eff
commit 7e55c0c786
3 changed files with 82 additions and 37 deletions

View file

@ -80,6 +80,7 @@ public:
private:
void loadCorrectConfigFile ();
void loadAliases ();
void resolveAliases ();
void autoFilter (Att&, Filter&);
void autoFilter (Filter&);
void updateXtermTitle ();