1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 20:06:45 +02:00

command fixes

This commit is contained in:
Jfreegman
2013-09-24 16:12:33 -04:00
parent d76c80951b
commit bd3c14104a
5 changed files with 28 additions and 15 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);