mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00: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…
Reference in New Issue
Block a user