From 6892b596222bdc5b2c0757a8f6cc79bcf2691d1a Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 21 Mar 2010 10:17:03 +0000 Subject: Avoid concurrent screen refreshes. --- src/notify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/notify.c') diff --git a/src/notify.c b/src/notify.c index 1695faf..c36a2be 100755 --- a/src/notify.c +++ b/src/notify.c @@ -1,4 +1,4 @@ -/* $calcurse: notify.c,v 1.49 2010/03/20 10:54:47 culot Exp $ */ +/* $calcurse: notify.c,v 1.50 2010/03/21 10:17:04 culot Exp $ */ /* * Calcurse - text-based organizer @@ -318,7 +318,7 @@ notify_update_bar (void) wattroff (notify.win, A_UNDERLINE | A_REVERSE); custom_remove_attr (notify.win, ATTR_HIGHEST); - wrefresh (notify.win); + wins_wrefresh (notify.win); pthread_mutex_unlock (¬ify.mutex); } -- cgit v1.2.3-54-g00ecf