mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 06:06:36 +02:00
Fixed windows crash.
This commit is contained in:
@ -268,7 +268,9 @@ static void draw_bar()
|
||||
void prepare_window(WINDOW *w)
|
||||
{
|
||||
mvwin(w, 0, 0);
|
||||
#ifndef WIN32
|
||||
wresize(w, LINES - 2, COLS);
|
||||
#endif
|
||||
}
|
||||
|
||||
void draw_active_window(Tox *m)
|
||||
|
Reference in New Issue
Block a user