From 80ce812effec8190bfbb1986dced1b143162a4c8 Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Fri, 28 Dec 2018 09:55:16 +0100 Subject: Add configuration variables for multiple days The number of days displayed in the APP panel has been made configurable, maximum 21 days, default seven days. With several days in the APP panel, it may be desirable to "squeeze" the entries by leaving out the final empty line of each appointment and lower the number of lines between consecutive days (0, 1, or 2). Both are made general configuration options. To make a uniform display, an empty line is added to a day without appointments, if appointments have an empty line. Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- src/calcurse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index afe4430..3429ee2 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -282,6 +282,9 @@ struct conf { enum win default_panel; unsigned compact_panels; unsigned system_dialogs; + unsigned multiple_days; + unsigned dayseparator; + unsigned empty_appt_line; const char *editor; const char *pager; const char *mergetool; -- cgit v1.2.3-54-g00ecf