aboutsummaryrefslogtreecommitdiffstats
path: root/src/keys.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-24 18:45:35 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-24 18:45:35 +0000
commit87f010ff067134b0561d6e658bbbbe3c971f3841 (patch)
treebbd100e45b97c8f258cd37d7caccaa3558e677f0 /src/keys.c
parentb411c2bf3f4514b9a28b80a24127dccaa94d38a5 (diff)
downloadcalcurse-87f010ff067134b0561d6e658bbbbe3c971f3841.tar.gz
calcurse-87f010ff067134b0561d6e658bbbbe3c971f3841.zip
bugfix: load keys even in non-interactive mode to avoid the loss of user-configured key bindings
Diffstat (limited to 'src/keys.c')
-rwxr-xr-xsrc/keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keys.c b/src/keys.c
index 387e08b..6ca40f0 100755
--- a/src/keys.c
+++ b/src/keys.c
@@ -1,4 +1,4 @@
-/* $calcurse: keys.c,v 1.15 2009/01/24 14:44:25 culot Exp $ */
+/* $calcurse: keys.c,v 1.16 2009/01/24 18:45:35 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -113,7 +113,7 @@ dump_intro (FILE *fd)
"# the 'ESC', 'SPC' and 'TAB' keyword, respectively.\n"
"# Arrow keys can also be specified with the UP, DWN, LFT, RGT keywords.\n"
"# Last, Home and End keys can be assigned using 'KEY_HOME' and 'KEY_END'\n"
- "# keywords"
+ "# keywords."
"\n#\n"
"# A description of what each ACTION keyword is used for is available\n"
"# from calcurse online configuration menu.\n");