diff options
Diffstat (limited to 'profanity.c')
-rw-r--r-- | profanity.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profanity.c b/profanity.c index 2002810d..d627747a 100644 --- a/profanity.c +++ b/profanity.c @@ -57,6 +57,8 @@ static void profanity_event_loop(int *ch, char *cmd, int *size) { usleep(1); + inp_bar_update_time(); + // handle incoming messages jabber_process_events(); |