diff options
Diffstat (limited to 'windows.c')
-rw-r--r-- | windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows.c b/windows.c index ec30310f..d0af3ffa 100644 --- a/windows.c +++ b/windows.c @@ -108,7 +108,7 @@ void gui_close(void) void gui_resize(const int ch, const char * const input, const int size) { - create_title_bar(); + title_bar_redraw(); create_status_bar(); create_input_window(); inp_win_write(input, size); |