If your SDL2 app is eating your SIGINTs (Ctrl+C), simply add SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "1"); before SDL_Init.

Next - Previous