Verbosity
- Added 'affected' verbosity token. - Deprecated 'rc.echo.command'. - Updated config defaults. - Labelled all deprecated 'echo.command' references with '// Deprecated 2.0' - Added unit tests to start the verbosity testing. Not complete. - Updated taskrc.5 man page.
This commit is contained in:
@@ -284,7 +284,7 @@ int CmdInfo::execute (std::string& output)
|
||||
|
||||
view.set (row, 1, entry + " (" + age + ")");
|
||||
|
||||
// fg TODO deprecated
|
||||
// fg TODO deprecated 2.0
|
||||
std::string color = task->get ("fg");
|
||||
if (color != "")
|
||||
{
|
||||
@@ -293,7 +293,7 @@ int CmdInfo::execute (std::string& output)
|
||||
view.set (row, 1, color);
|
||||
}
|
||||
|
||||
// bg TODO deprecated
|
||||
// bg TODO deprecated 2.0
|
||||
color = task->get ("bg");
|
||||
if (color != "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user