mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
[cli PoC] emit a newline following input
This commit is contained in:
parent
279b3f4cfe
commit
8810ec9bb7
@ -17,6 +17,8 @@ int main(void){
|
|||||||
do{
|
do{
|
||||||
notcurses_get_blocking(nc, &ni);
|
notcurses_get_blocking(nc, &ni);
|
||||||
}while(ni.evtype == NCTYPE_RELEASE);
|
}while(ni.evtype == NCTYPE_RELEASE);
|
||||||
|
ncplane_putchar(stdn, '\n');
|
||||||
|
notcurses_render(nc);
|
||||||
notcurses_stop(nc);
|
notcurses_stop(nc);
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user