mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 17:36:22 +00:00
Use title_bar_draw in title_bar_refresh
This commit is contained in:
@@ -86,13 +86,10 @@ _title_bar_refresh(void)
|
|||||||
free(current_title);
|
free(current_title);
|
||||||
current_title = strdup(current_recipient);
|
current_title = strdup(current_recipient);
|
||||||
|
|
||||||
title_bar_draw();
|
|
||||||
|
|
||||||
g_timer_destroy(typing_elapsed);
|
g_timer_destroy(typing_elapsed);
|
||||||
typing_elapsed = NULL;
|
typing_elapsed = NULL;
|
||||||
|
|
||||||
wrefresh(win);
|
title_bar_draw();
|
||||||
inp_put_back();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user