From e8f12c65ca0245079ae015a90e7a14109759cdda Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 9 Nov 2008 20:10:18 +0000 Subject: Loading of user-configurable keys implemented --- src/vars.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vars.c') diff --git a/src/vars.c b/src/vars.c index 8a54628..4e838ee 100755 --- a/src/vars.c +++ b/src/vars.c @@ -1,4 +1,4 @@ -/* $calcurse: vars.c,v 1.9 2008/09/20 12:47:06 culot Exp $ */ +/* $calcurse: vars.c,v 1.10 2008/11/09 20:10:18 culot Exp $ */ /* * Calcurse - text-based organizer @@ -87,6 +87,7 @@ char path_todo[] = ""; char path_apts[] = ""; char path_conf[] = ""; char path_notes[] = ""; +char path_keys[] = ""; /* Variable to handle pads. */ struct pad_s *apad; -- cgit v1.2.3-54-g00ecf