mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement - header, footer, message
- Added header, footer and message sinks. - Added individual colorization of headers, footers and messages. - Added new configuration variables to Config.cpp, taskrc.5. - Added colorization functions to rules.cpp
This commit is contained in:
parent
e7a0a20d55
commit
8a22ac7cf2
8 changed files with 130 additions and 46 deletions
|
@ -147,6 +147,9 @@ void Config::createDefault (const std::string& home)
|
|||
fprintf (out, "#color.project.garden=on_green\n"); // TODO i18n
|
||||
fprintf (out, "#color.keyword.car=on_blue\n"); // TODO i18n
|
||||
fprintf (out, "#color.recurring=on_red\n"); // TODO i18n
|
||||
fprintf (out, "#color.header=bold_green\n"); // TODO i18n
|
||||
fprintf (out, "#color.footnote=bold_green\n"); // TODO i18n
|
||||
fprintf (out, "#color.message=bold_red\n"); // TODO i18n
|
||||
fprintf (out, "#shadow.file=%s/shadow.txt\n", dataDir.c_str ()); // TODO i18n
|
||||
fprintf (out, "#shadow.command=list\n"); // TODO i18n
|
||||
fprintf (out, "#shadow.notify=on\n"); // TODO i18n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue