diff options
author | Frederic Culot <calcurse@culot.org> | 2008-11-09 20:10:18 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-11-09 20:10:18 +0000 |
commit | e8f12c65ca0245079ae015a90e7a14109759cdda (patch) | |
tree | dc16f443c7209b8f93f1e21146f7c7d87d2cf56a /src/vars.c | |
parent | f845721828a0000f1c7e30f35360417771788e0a (diff) | |
download | calcurse-e8f12c65ca0245079ae015a90e7a14109759cdda.zip |
Loading of user-configurable keys implemented
Diffstat (limited to 'src/vars.c')
-rwxr-xr-x | src/vars.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |