bugfix: load keys even in non-interactive mode to avoid the loss of user-configured key bindings

This commit is contained in:
Frederic Culot
2009-01-24 18:45:35 +00:00
parent b411c2bf3f
commit 87f010ff06
5 changed files with 21 additions and 20 deletions

View File

@@ -15,6 +15,9 @@
* configure.ac: switch to 2.5
* src/calcurse.1: manpage updated for 2.5 version
* src/args.c (parse_args): load keys even in non-interactive mode
to avoid the loss of user configured key bindings
2009-01-23 Frederic Culot <frederic@culot.org>