mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[scroll_down] kill naked diagnostic
This commit is contained in:
parent
15f0ac2522
commit
066dde8e33
@ -1790,7 +1790,6 @@ int ncplane_scrollup_child(ncplane* n, const ncplane* child){
|
||||
}
|
||||
int parend = ncplane_abs_y(n) + ncplane_dim_y(n) - 1; // where parent ends
|
||||
int chend = ncplane_abs_y(child) + ncplane_dim_y(child) - 1; // where child ends
|
||||
fprintf(stderr, "chend: %d parend: %d\n", chend, parend);
|
||||
if(chend <= parend){
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user