aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-02-25 19:28:44 +0000
committerFrederic Culot <calcurse@culot.org>2007-02-25 19:28:44 +0000
commit2e5aca594fe4a80fce90637b96da0dd401436a3d (patch)
tree2643cb842a4ab7ba51e5b22115d28d3138b0dafc /src/vars.h
parent24a9b620523a4e9430fd89b9cb478f26fa29ed24 (diff)
downloadcalcurse-2e5aca594fe4a80fce90637b96da0dd401436a3d.tar.gz
calcurse-2e5aca594fe4a80fce90637b96da0dd401436a3d.zip
variable added in nbar_s structure to store user shell
Diffstat (limited to 'src/vars.h')
-rwxr-xr-xsrc/vars.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vars.h b/src/vars.h
index 3c91d61..38b0a9a 100755
--- a/src/vars.h
+++ b/src/vars.h
@@ -1,8 +1,8 @@
-/* $calcurse: vars.h,v 1.5 2007/02/24 17:33:42 culot Exp $ */
+/* $calcurse: vars.h,v 1.6 2007/02/25 19:28:44 culot Exp $ */
/*
* Calcurse - text-based organizer
- * Copyright (c) 2004-2006 Frederic Culot
+ * Copyright (c) 2004-2007 Frederic Culot
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -65,6 +65,7 @@ struct nbar_s {
char datefmt[MAX_LENGTH]; /* format for displaying date */
char timefmt[MAX_LENGTH]; /* format for displaying time */
char cmd[MAX_LENGTH]; /* notification command */
+ char *shell; /* user shell to launch notif. cmd */
pthread_mutex_t mutex;
};