diff options
author | Frederic Culot <calcurse@culot.org> | 2008-02-11 21:26:00 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-02-11 21:26:00 +0000 |
commit | 45199e1df924a4ffb3a481caea79891318e15c62 (patch) | |
tree | bf02754c5d783b920e0d7e197595c2cecca8ff65 /src/utils.h | |
parent | 52340fa0e132766e9a0d1e5a95d45282725cdf97 (diff) | |
download | calcurse-45199e1df924a4ffb3a481caea79891318e15c62.zip |
TODO list updated
status bar updated to display the new 'N' (edit note) and '>' (view note)
keybindings
online help pages added for 'N' and '>' keybindings
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 a52deb8..051dc4b 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.26 2008/01/20 10:45:39 culot Exp $ */ +/* $calcurse: utils.h,v 1.27 2008/02/11 21:26:01 culot Exp $ */ /* * Calcurse - text-based organizer @@ -39,8 +39,8 @@ #define SPC 32 /* ASCII code for white space */ #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 NB_APP_CMDS 23 /* same thing while in appointment view */ +#define NB_TOD_CMDS 22 /* 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 */ |