mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 10:26:22 +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);
|
||||
|
||||
@@ -108,7 +108,7 @@ void gui_close(void)
|
||||
|
||||
void gui_resize(const int ch, const char * const input, const int size)
|
||||
{
|
||||
title_bar_redraw();
|
||||
title_bar_resize();
|
||||
create_status_bar();
|
||||
create_input_window();
|
||||
inp_win_write(input, size);
|
||||
|
||||
Reference in New Issue
Block a user