Verbose
- The 'verbose' configuration variable now accepts a specific list of items to be verbose about. See taskrc(5).
This commit is contained in:
@@ -147,7 +147,8 @@ void Column::renderHeader (
|
||||
int width,
|
||||
Color& color)
|
||||
{
|
||||
if (_label != "")
|
||||
if (context.verbose ("label") &&
|
||||
_label != "")
|
||||
{
|
||||
// Create a basic label.
|
||||
std::string header;
|
||||
|
||||
Reference in New Issue
Block a user