screen refreshing process ameliorated in add_item()

This commit is contained in:
Frederic Culot 2006-08-22 21:06:24 +00:00
parent 4d4823cc1b
commit 5643785c8b

View File

@ -1,4 +1,4 @@
/* $calcurse: calcurse.c,v 1.5 2006/08/19 15:01:13 culot Exp $ */ /* $calcurse: calcurse.c,v 1.6 2006/08/22 21:06:24 culot Exp $ */
/* /*
* Calcurse - text-based organizer * Calcurse - text-based organizer
@ -46,6 +46,7 @@
#include "day.h" #include "day.h"
#include "apoint.h" #include "apoint.h"
#include "event.h" #include "event.h"
#include "recur.h"
#include "todo.h" #include "todo.h"
#include "args.h" #include "args.h"
@ -962,11 +963,8 @@ void add_item(void)
Id); Id);
} }
hilt_app++; hilt_app++;
update_app_panel(sel_year, sel_month, sel_day);
} }
erase_window_part(swin, 0, 0, nc_bar, nl_bar); erase_window_part(swin, 0, 0, nc_bar, nl_bar);
status_bar(which_pan, colr, nc_bar, nl_bar);
doupdate();
} }
/* Updates the ToDo panel */ /* Updates the ToDo panel */