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/custom.c | |
parent | f845721828a0000f1c7e30f35360417771788e0a (diff) | |
download | calcurse-e8f12c65ca0245079ae015a90e7a14109759cdda.zip |
Loading of user-configurable keys implemented
Diffstat (limited to 'src/custom.c')
-rwxr-xr-x | src/custom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/custom.c b/src/custom.c index e90439d..8afd913 100755 --- a/src/custom.c +++ b/src/custom.c @@ -1,4 +1,4 @@ -/* $calcurse: custom.c,v 1.23 2008/09/21 08:06:43 culot Exp $ */ +/* $calcurse: custom.c,v 1.24 2008/11/09 20:10:18 culot Exp $ */ /* * Calcurse - text-based organizer @@ -227,7 +227,7 @@ custom_load_conf (conf_t *conf, int background) doupdate (); wgetch (win[STA].p); } - var = 0; + var = CUSTOM_CONF_NOVARIABLE; pthread_mutex_lock (&nbar->mutex); for (;;) { |