svenvvv / rcss-sprite-ed

RmlUI RCSS spritesheet editor
GNU General Public License v3.0
8 stars 0 forks source link

Program does not respond to SIGINT #8

Closed svenvvv closed 3 years ago

svenvvv commented 3 years ago

A bit annoying :(

svenvvv commented 3 years ago
You can't call Qt functions from Unix signal handlers. The standard POSIX rule applies: You can only call async-signal-safe functions from signal handlers. See Signal Actions for the complete list of functions you can call from Unix signal handlers.

The functionality isn't that important, so not going to spend time on it.