mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Enhancements - Context::getWidth
- Added help function to reduce general code size.
This commit is contained in:
parent
8dfe4bd30a
commit
2da4f8ba7a
4 changed files with 39 additions and 128 deletions
|
@ -49,6 +49,8 @@ public:
|
|||
void dispatch (); // command handler dispatch
|
||||
void shadow (); // shadow file update
|
||||
|
||||
int getWidth (); // determine terminal width
|
||||
|
||||
void message (const std::string&); // Message sink
|
||||
void footnote (const std::string&); // Footnote sink
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue