mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
normal: fix plane rotation quit reported as FAILED #802
This commit is contained in:
parent
d9bfb52225
commit
f8c47b0681
@ -221,7 +221,7 @@ int normal_demo(struct notcurses* nc){
|
||||
if(notcurses_canutf8(nc)){
|
||||
ncplane_erase(nstd);
|
||||
ncplane_home(n);
|
||||
if(rotate_plane(nc, n)){
|
||||
if( (r = rotate_plane(nc, n)) ){
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user