'X' command added, to export data in iCal format

This commit is contained in:
Frederic Culot 2007-03-11 15:21:06 +00:00
parent 8c862a68a8
commit f9e1143c0a

View File

@ -1,4 +1,4 @@
/* $calcurse: calcurse.c,v 1.38 2007/03/10 15:54:24 culot Exp $ */
/* $calcurse: calcurse.c,v 1.39 2007/03/11 15:21:06 culot Exp $ */
/*
* Calcurse - text-based organizer
@ -409,6 +409,11 @@ int main(int argc, char **argv)
week_begins_on_monday, layout);
break;
case 'X':
case 'x': /* Export function */
io_export_data(IO_EXPORT_INTERACTIVE);
break;
case (261): /* right arrow */
case ('L'):
case ('l'):