mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 10:43:29 +00:00
[console] Use sig_atomic_t for SIGWINCH
If it's not defined on other platforms, something can be done in config.h
This commit is contained in:
parent
178c8dec85
commit
9986b57a77
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ static view_t *output;
|
|||
static view_t *status;
|
||||
static view_t *input;
|
||||
static int screen_x, screen_y;
|
||||
static int interrupted;
|
||||
static volatile sig_atomic_t interrupted;
|
||||
static int batch_print;
|
||||
|
||||
#define MAXCMDLINE 256
|
||||
|
|
Loading…
Reference in a new issue