diff options
author | Frederic Culot <calcurse@culot.org> | 2007-03-24 23:12:35 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-03-24 23:12:35 +0000 |
commit | 05b7770662df453b1cf0c6de36abe1ebc54a7022 (patch) | |
tree | 5eaec52de6ed88abfe093cc6139b86d054ac9b05 /src/utils.h | |
parent | ee15a02f8ccb752b7a854906c3935356620f2f44 (diff) | |
download | calcurse-05b7770662df453b1cf0c6de36abe1ebc54a7022.zip |
'X' and '!' 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 28a7a1a..59b9619 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.16 2007/03/17 16:43:25 culot Exp $ */ +/* $calcurse: utils.h,v 1.17 2007/03/24 23:12:35 culot Exp $ */ /* * Calcurse - text-based organizer @@ -32,9 +32,9 @@ #define SPC 32 /* ASCII code for white space */ -#define NB_CAL_CMDS 15 /* number of commands while in cal view */ -#define NB_APP_CMDS 19 /* same thing while in appointment view */ -#define NB_TOD_CMDS 19 /* same thing while in todo view */ +#define NB_CAL_CMDS 16 /* number of commands while in cal view */ +#define NB_APP_CMDS 21 /* same thing while in appointment view */ +#define NB_TOD_CMDS 20 /* 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 */ |