[ncplane_dup] remove cheerful diagnostic

pull/1477/head
nick black 4 years ago
parent a8a42c2a50
commit 5a6ee2d720
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save