mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
[ncplane_dup] remove cheerful diagnostic
This commit is contained in:
parent
a8a42c2a50
commit
5a6ee2d720
@ -503,7 +503,6 @@ inline int ncplane_cursor_move_yx(ncplane* n, int y, int x){
|
||||
}
|
||||
|
||||
ncplane* ncplane_dup(const ncplane* n, void* opaque){
|
||||
fprintf(stderr, "FUCXK ME IN THE ASS\n");
|
||||
int dimy = n->leny;
|
||||
int dimx = n->lenx;
|
||||
// if we're duping the standard plane, we need adjust for marginalia
|
||||
|
Loading…
Reference in New Issue
Block a user