1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 19:46:44 +02:00

Merge pull request #45 from JFreegman/master

set friendnames properly and some fixes
This commit is contained in:
JFreegman
2013-09-24 13:24:36 -07: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);