Skip to content
Snippets Groups Projects
Commit 169b8d33 authored by deuce's avatar deuce
Browse files

Win32 Doesn't do signals.

parent 3f626576
No related branches found
No related tags found
No related merge requests found
......@@ -1699,7 +1699,9 @@ int main(int argc, char** argv) {
edtuser=atoi(argv[i]);
}
#ifdef __unix__
signal(SIGPIPE, SIG_IGN);
#endif
uifc.size=sizeof(uifc);
#ifdef USE_CURSES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment