mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
make the server module's console output line buffered when curses isn't being
used
This commit is contained in:
parent
4cd037f025
commit
998c3405e1
1 changed files with 2 additions and 1 deletions
|
@ -131,8 +131,9 @@ C_Init (void)
|
|||
wrefresh (output);
|
||||
wrefresh (status);
|
||||
wrefresh (input);
|
||||
}
|
||||
} else
|
||||
#endif
|
||||
setvbuf (stdout, 0, _IOLBF, BUFSIZ);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue