Since I accidentally already committed some of the detach-code, here's the

rest of it. It doesn't really work, you can make irssi detached but you
can't attach to it anymore :)


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2268 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-17 23:01:12 +00:00 committed by cras
commit e46446e950
6 changed files with 85 additions and 14 deletions

View file

@ -309,6 +309,7 @@ int main(int argc, char **argv)
core_init_paths(argc, argv);
check_files();
#ifdef WIN32
winsock_init();
#endif