mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
[load_ncinput] send synthesized signal even when draining
This commit is contained in:
parent
41cf28b775
commit
39ccdbfcb6
@ -449,6 +449,7 @@ static void
|
||||
load_ncinput(inputctx* ictx, const ncinput *tni, int synthsig){
|
||||
inc_input_events(ictx);
|
||||
if(ictx->drain){
|
||||
send_synth_signal(synthsig);
|
||||
return;
|
||||
}
|
||||
pthread_mutex_lock(&ictx->ilock);
|
||||
|
Loading…
Reference in New Issue
Block a user