mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug Fix - missing defaultwidth in generated .taskrc
- The defaultwidth variable is now written to the default .taskrc file, but is commented out to allow ncurses to do it's thing.
This commit is contained in:
parent
410a63fe14
commit
e03e1ec7b0
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ void Config::createDefault (const std::string& home)
|
|||
fprintf (out, "next=2\n");
|
||||
fprintf (out, "dateformat=m/d/Y\n");
|
||||
fprintf (out, "#monthsperline=2\n");
|
||||
fprintf (out, "#defaultwidth=80\n");
|
||||
fprintf (out, "curses=on\n");
|
||||
fprintf (out, "color=on\n");
|
||||
fprintf (out, "due=7\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue