From 2e5aca594fe4a80fce90637b96da0dd401436a3d Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 25 Feb 2007 19:28:44 +0000 Subject: variable added in nbar_s structure to store user shell --- src/vars.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/vars.h') 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; }; -- cgit v1.2.3-54-g00ecf