mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 19:46:44 +02:00
Merge branch 'master' of https://github.com/Tox/toxic
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
#include <signal.h>
|
||||
#include <locale.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
@ -449,6 +451,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
/* Draw */
|
||||
draw_active_window(m);
|
||||
|
||||
usleep((uint)1000);
|
||||
}
|
||||
|
||||
exit_toxic(m);
|
||||
|
Reference in New Issue
Block a user