1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 09:46:35 +01:00

a few fixes

This commit is contained in:
Jfreegman
2014-03-26 05:52:21 -04:00
parent f6db888808
commit c218e104e7
3 changed files with 7 additions and 7 deletions

View File

@@ -84,7 +84,6 @@ struct _Winthread Winthread;
void on_window_resize(int sig)
{
endwin();
refresh();
clear();
}