1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-10-07 05:56:51 +02:00
This commit is contained in:
irungentoo
2013-09-24 17:47:49 -04:00
6 changed files with 32 additions and 20 deletions

View File

@@ -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);