Enhancements - version command

- Implemented version command.
- Corrected config handling in version command.
This commit is contained in:
Paul Beckingham 2009-06-09 23:58:05 -04:00
parent f3f77a4c78
commit 0449f9e0a2
6 changed files with 26 additions and 26 deletions

View file

@ -83,8 +83,8 @@ int Context::interactive ()
bkgdset (COLOR_PAIR (2));
int line = height / 2;
mvprintw (line, width / 2 - 14, " I n t e r a c t i v e t a s k ");
mvprintw (line + 1, width / 2 - 14, " Coming in version 2.0.0 ");
mvprintw (line, width / 2 - 16, " I n t e r a c t i v e t a s k ");
mvprintw (line + 1, width / 2 - 16, " Coming in version 2.0.0 ");
std::string footer = "Press 'q' to quit.";
while ((int) footer.length () < width)