mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
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:
parent
a58aa948b8
commit
ed2ed7c2e2
2 changed files with 53 additions and 55 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue