Closed FranzBusch closed 1 year ago
SIGWINCH is sent to applications when the window resizes. This is useful to observe for terminal applications to reformat the logging one resize.
SIGWINCH
This PR adds support for SIGWINCH in UnixSignals.
UnixSignal
Motivation
SIGWINCH
is sent to applications when the window resizes. This is useful to observe for terminal applications to reformat the logging one resize.Modification
This PR adds support for
SIGWINCH
inUnixSignal
s.