Bug #511
- Fixed bug #511, which caused display problem on Cygwin when colored output used the full width of the terminal. The 'avoidlastcolumn' configuration variable forces taskwarrior to never use the last column.
This commit is contained in:
@@ -166,6 +166,12 @@ to 80. If set to 0, is interpreted as infinite width, therefore with no
|
||||
word-wrapping; useful when redirecting report output to a file for subsequent
|
||||
manipulation.
|
||||
|
||||
.TP
|
||||
.B avoidlastcolumn=no
|
||||
Causes the width of the terminal minus one to be used as the full width. This
|
||||
avoids placing color codes in the last column which can cause problems for
|
||||
Cygwin users. Default value is 'no'.
|
||||
|
||||
.TP
|
||||
.B editor=vi
|
||||
Specifies which text editor you wish to use for when the
|
||||
|
||||
Reference in New Issue
Block a user