Color
- Removed coloring of only the due date, which is operating outside of the colorization rules. - Removed commented out code.
This commit is contained in:
@@ -363,8 +363,6 @@ void Context::loadCorrectConfigFile ()
|
||||
"Could not read home directory from the passwd file."));
|
||||
|
||||
std::string home = pw->pw_dir;
|
||||
// std::string rc = home + "/.taskrc";
|
||||
// std::string data = home + "/.task";
|
||||
File rc (home + "/.taskrc");
|
||||
Directory data (home + "./task");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user