Patch - Configurable week start day.

From 78fef7b934f6bcac7662c1646e2dd1f8ce4f3eca Mon Sep 17 00:00:00 2001
From: Federico Hernandez <ultrafredde@gmail.com>
Date: Mon, 25 May 2009 01:14:06 +0200
Subject: [PATCH] Configurable weekstart for task cal display
This commit is contained in:
Paul Beckingham 2009-05-24 20:14:49 -04:00
parent 41a6cdea22
commit d09630a3a0
2 changed files with 38 additions and 9 deletions

View file

@ -157,6 +157,7 @@ void Config::createDefault (const std::string& home)
fprintf (out, "nag=You have higher priority tasks.\n");
fprintf (out, "locking=on\n");
fprintf (out, "#editor=vi\n");
fprintf (out, "weekstart=Sunday\n");
fprintf (out, "color.overdue=bold_red\n");
fprintf (out, "color.due=bold_yellow\n");