mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 22:46:21 +00:00
Renamed title_bar_redraw -> title_bar_resize
This commit is contained in:
@@ -63,7 +63,7 @@ void title_bar_disconnected(void)
|
||||
_title_bar_draw_status();
|
||||
}
|
||||
|
||||
void title_bar_redraw(void)
|
||||
void title_bar_resize(void)
|
||||
{
|
||||
int rows, cols;
|
||||
getmaxyx(stdscr, rows, cols);
|
||||
|
||||
Reference in New Issue
Block a user