mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
interp PoC: accept any key to exit
This commit is contained in:
parent
716482e8cc
commit
53b024ebac
@ -112,7 +112,7 @@ int main(void){
|
||||
ncinput ni;
|
||||
do{
|
||||
notcurses_getc_blocking(nc, &ni);
|
||||
}while(ni.id != (uint32_t)-1 && ni.evtype != NCTYPE_RELEASE);
|
||||
}while(ni.evtype == NCTYPE_RELEASE);
|
||||
notcurses_stop(nc);
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user