Added status bar resize

This commit is contained in:
James Booth
2012-04-22 01:25:19 +01:00
parent caa9556295
commit e5d4e09f6a
3 changed files with 56 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ void gui_close(void)
void gui_resize(const int ch, const char * const input, const int size)
{
title_bar_resize();
create_status_bar();
status_bar_resize();
create_input_window();
inp_win_write(input, size);
_current_window_refresh();