mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Enhancements - version command
- Implemented version command. - Corrected config handling in version command.
This commit is contained in:
parent
f3f77a4c78
commit
0449f9e0a2
6 changed files with 26 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue