lite-xl/src/api
Ferdinand Prantl 2365dfa9c0 Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248)
On macos 11.2.3 with sdl 2.0.14 the keyup handler for cmd+w was not
enough. Maybe the quit event started to be triggered from the keydown
handler? In any case, flushing the quit event there too helped.
2021-06-17 23:31:44 +02:00
..
api.c Initial commit 2019-12-28 11:17:56 +00:00
api.h Implement unicode character replacements 2021-04-01 18:05:59 +02:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
renderer.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
renderer_font.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
system.c Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248) 2021-06-17 23:31:44 +02:00