mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
redraw_terminal_cls instead of redraw_terminal in delete_window.
On http://pcarena.pl/ the msgbox is shown saying, that document.getElementById is not a function. The "ghosts" remained after pressing OK.
This commit is contained in:
parent
fe83703714
commit
03c698e926
@ -84,7 +84,7 @@ delete_window(struct window *win)
|
||||
set_abort_term_event(&ev);
|
||||
win->handler(win, &ev);
|
||||
mem_free_if(win->data);
|
||||
redraw_terminal(win->term);
|
||||
redraw_terminal_cls(win->term);
|
||||
mem_free(win);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user