- 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:
Paul Beckingham
2011-05-30 10:21:50 -04:00
parent a1dee148b4
commit 0f5a4434ff
5 changed files with 20 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ std::string Config::defaults =
"# Terminal\n"
"detection=on # Detects terminal width\n"
"defaultwidth=80 # Without detection, assumed width\n"
"avoidlastcolumn=no # Fixes Cygwin width problem\n"
"#editor=vi # Preferred text editor\n"
"edit.verbose=yes # Include comments in files created during task edit\n"
"\n"