diff options
author | Frederic Culot <calcurse@culot.org> | 2008-08-03 18:41:55 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-08-03 18:41:55 +0000 |
commit | 03ce2c6ea9ef828e8134a5297cdef4148d1613fe (patch) | |
tree | 92a2370823cbef2645dc372b51bcbfc61fb65c88 /src/utils.h | |
parent | 748662568f6ed7e4b1501e8b8df96f844180d8f8 (diff) | |
download | calcurse-03ce2c6ea9ef828e8134a5297cdef4148d1613fe.zip |
new keybindings added
Diffstat (limited to 'src/utils.h')
-rwxr-xr-x | src/utils.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h index c51b7ae..35e4c96 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.29 2008/04/12 21:14:03 culot Exp $ */ +/* $calcurse: utils.h,v 1.30 2008/08/03 18:41:55 culot Exp $ */ /* * Calcurse - text-based organizer @@ -38,9 +38,9 @@ #define SPC 32 /* ASCII code for white space */ -#define NB_CAL_CMDS 16 /* number of commands while in cal view */ -#define NB_APP_CMDS 23 /* same thing while in appointment view */ -#define NB_TOD_CMDS 22 /* same thing while in todo view */ +#define NB_CAL_CMDS 19 /* number of commands while in cal view */ +#define NB_APP_CMDS 24 /* same thing while in appointment view */ +#define NB_TOD_CMDS 23 /* same thing while in todo view */ #define TOTAL_CMDS NB_CAL_CMDS + NB_APP_CMDS + NB_TOD_CMDS #define NB_PANELS 3 /* 3 panels: CALENDAR, APPOINTMENT, TODO */ #define CMDS_PER_LINE 6 /* max number of commands per line */ |