mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Use title_bar_draw in title_bar_refresh
This commit is contained in:
parent
69a63bd225
commit
682601d479
@ -86,13 +86,10 @@ _title_bar_refresh(void)
|
||||
free(current_title);
|
||||
current_title = strdup(current_recipient);
|
||||
|
||||
title_bar_draw();
|
||||
|
||||
g_timer_destroy(typing_elapsed);
|
||||
typing_elapsed = NULL;
|
||||
|
||||
wrefresh(win);
|
||||
inp_put_back();
|
||||
title_bar_draw();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user