Flag command added in todo panel
This commit is contained in:
parent
ea107cfd81
commit
0f38502d59
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
* src/todo.c: todos can now be flagged as completed
|
* src/todo.c: todos can now be flagged as completed
|
||||||
|
|
||||||
|
* src/wins.c (wins_status_bar): flag command added in todo panel
|
||||||
|
|
||||||
2009-06-23 Frederic Culot <frederic@culot.org>
|
2009-06-23 Frederic Culot <frederic@culot.org>
|
||||||
|
|
||||||
* src/io.c: missing 'T' letter added in DURATION field for ical
|
* src/io.c: missing 'T' letter added in DURATION field for ical
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $calcurse: wins.c,v 1.23 2009/01/03 21:32:11 culot Exp $ */
|
/* $calcurse: wins.c,v 1.24 2009/06/26 21:50:18 culot Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Calcurse - text-based organizer
|
* Calcurse - text-based organizer
|
||||||
@ -481,7 +481,7 @@ wins_launch_external (const char *file, const char *cmd)
|
|||||||
|
|
||||||
#define NB_CAL_CMDS 24 /* number of commands while in cal view */
|
#define NB_CAL_CMDS 24 /* number of commands while in cal view */
|
||||||
#define NB_APP_CMDS 31 /* same thing while in appointment view */
|
#define NB_APP_CMDS 31 /* same thing while in appointment view */
|
||||||
#define NB_TOD_CMDS 29 /* same thing while in todo view */
|
#define NB_TOD_CMDS 30 /* same thing while in todo view */
|
||||||
#define TOTAL_CMDS NB_CAL_CMDS + NB_APP_CMDS + NB_TOD_CMDS
|
#define TOTAL_CMDS NB_CAL_CMDS + NB_APP_CMDS + NB_TOD_CMDS
|
||||||
#define CMDS_PER_LINE 6 /* max number of commands per line */
|
#define CMDS_PER_LINE 6 /* max number of commands per line */
|
||||||
|
|
||||||
@ -551,8 +551,8 @@ wins_status_bar (void)
|
|||||||
&othr,
|
&othr,
|
||||||
/* todo keys */
|
/* todo keys */
|
||||||
&help, &quit, &save, &chgvu, &import, &export, &add, &del, &edit, &view,
|
&help, &quit, &save, &chgvu, &import, &export, &add, &del, &edit, &view,
|
||||||
&draw, &othr, &rprio, &lprio, &enote, &vnote, &up, &down, &gnday, &gpday,
|
&flag, &othr, &rprio, &lprio, &enote, &vnote, &up, &down, &gnday, &gpday,
|
||||||
&gnweek, &gpweek, &togo, &othr, &today, &conf, &appt, &todo, &othr
|
&gnweek, &gpweek, &togo, &othr, &today, &conf, &appt, &todo, &draw, &othr
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Drawing the keybinding with attribute and label without. */
|
/* Drawing the keybinding with attribute and label without. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user