Stop daemon when calcurse enters interactive mode.

This commit is contained in:
Frederic Culot
2009-07-26 20:38:35 +00:00
parent bccd37ef96
commit 279c564d2b
4 changed files with 25 additions and 3 deletions

View File

@@ -8,6 +8,8 @@
* src/args.c (status_arg): new function
* src/args.c: --status flag added
* src/dmon.c (dmon_stop): new function
2009-07-23 Frederic Culot <frederic@culot.org>