mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
a1dee148b4
commit
0f5a4434ff
5 changed files with 20 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue