Simplify the SIGWINCH handler.
authorTimo Korvola <tkorvola@iki.fi>
Wed, 24 Jan 2018 23:46:46 +0000 (01:46 +0200)
committerTimo Korvola <tkorvola@iki.fi>
Wed, 24 Jan 2018 23:54:22 +0000 (01:54 +0200)
commit4e0013bc61edea7ae6fbd5c40a3a7c32f7b6d883
treed7ac0b4e57681ca97ca158291bab0800afa9afcb
parent982df1051939c34a49fd5c711e510227f560dc35
Simplify the SIGWINCH handler.

Calling curses from the signal handler may not be safe.
So just set a flag and do the actual work in unix_read_char.
src/curses/ux_frotz.h
src/curses/ux_init.c
src/curses/ux_input.c