commit b2a333b15db652704143c59ef7e9242598e102aa parent 0e6ff40d18852a19703b4ec0b5a6fc94272121da Author: William Casarin <jb55@jb55.com> Date: Mon, 1 Oct 2018 23:33:28 -0700 cal: initialize target Diffstat:
M | viscal.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/viscal.c b/viscal.c @@ -132,6 +132,7 @@ calendar_create(struct cal *cal) { cal->selected_calendar_ind = 0; cal->selected_event_ind = -1; + cal->target = NULL; cal->chord = 0; cal->gutter_height = 40; cal->timeblock_size = 30;