aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2014-07-16 16:03:26 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2014-07-16 16:03:26 +0200
commit6550591b08eed2c06932f194d5f44ee44084b9b3 (patch)
tree65a3185f61a60d90fd7f918628349b8595877941 /src/calcurse.h
parentf7f49da17ca1352bd86b903d7bac448c3c5174e3 (diff)
downloadcalcurse-6550591b08eed2c06932f194d5f44ee44084b9b3.tar.gz
calcurse-6550591b08eed2c06932f194d5f44ee44084b9b3.zip
Add a key binding to reload appointments and todos
This allows for reloading the appointment and todo item files without having to restart calcurse. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index 16ca155..e87f6b1 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -417,6 +417,7 @@ enum key {
KEY_GENERIC_HELP,
KEY_GENERIC_QUIT,
KEY_GENERIC_SAVE,
+ KEY_GENERIC_RELOAD,
KEY_GENERIC_COPY,
KEY_GENERIC_PASTE,
KEY_GENERIC_CHANGE_VIEW,