diff options
author | Frederic Culot <calcurse@culot.org> | 2006-11-30 08:12:23 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-11-30 08:12:23 +0000 |
commit | fdcf66ac0fd5a1a070167c5354f9b81bf01b9476 (patch) | |
tree | 08cf5a3554cf7bd0936dc627a5b714a61b520f0e /src/utils.h | |
parent | 2f676cbe2a51e9495f56bdb561cdfbbff6ff5ecd (diff) | |
download | calcurse-fdcf66ac0fd5a1a070167c5354f9b81bf01b9476.zip |
'Edit Itm' command added in the status bar
Diffstat (limited to 'src/utils.h')
-rwxr-xr-x | src/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils.h b/src/utils.h index 4c8a0fc..14e5607 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.8 2006/11/02 13:39:36 culot Exp $ */ +/* $calcurse: utils.h,v 1.9 2006/11/30 08:12:23 culot Exp $ */ /* * Calcurse - text-based organizer @@ -33,8 +33,8 @@ #define SPC 32 /* ASCII code for white space */ #define NB_CAL_CMDS 15 /* number of commands while in cal view */ -#define NB_APP_CMDS 18 /* same thing while in appointment view */ -#define NB_TOD_CMDS 18 /* same thing while in todo view */ +#define NB_APP_CMDS 19 /* same thing while in appointment view */ +#define NB_TOD_CMDS 19 /* 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 */ |