Moved windows on resize

This commit is contained in:
James Booth
2012-04-22 20:59:36 +01:00
parent e5d4e09f6a
commit 6f69ce267b
6 changed files with 24 additions and 18 deletions

View File

@@ -110,9 +110,8 @@ void gui_resize(const int ch, const char * const input, const int size)
{
title_bar_resize();
status_bar_resize();
create_input_window();
inp_win_write(input, size);
_current_window_refresh();
inp_win_resize(input, size);
dirty = TRUE;
}