scrcpy/app
Romain Vimont f00c6c5b13 Disable custom SDL signal handlers
Request SDL not to replace the SIGINT and SIGTERM handlers, so that the
process is immediately terminated on Ctrl+C.

This avoids process hanging on Ctrl+C during network calls on
initialization.

Some of them accepted a timeout, but it was not used since
commit 9b056f5091 anymore.
2018-03-21 21:43:12 +01:00
..
src Disable custom SDL signal handlers 2018-03-21 21:43:12 +01:00
tests Fix text input event segfault 2018-03-09 22:30:10 +01:00
meson.build Include source root directory 2018-03-20 21:32:41 +01:00