diff options
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 5d8c9e4..b569d8d 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -598,6 +598,10 @@ struct pad { }; /* Notification bar definition. */ +#define NOTIFY_FLAGGED_ONLY 0 +#define NOTIFY_UNFLAGGED_ONLY 1 +#define NOTIFY_ALL 2 + struct nbar { unsigned show; /* display or hide the notify-bar */ int cntdwn; /* warn when time left before next app |