ncplane_box: explicitly move for last row

pull/44/head
nick black 5 years ago
parent f67a97edfb
commit 816cde0591
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -900,6 +900,9 @@ int ncplane_box(ncplane* n, const cell* ul, const cell* ur,
}
++yoff;
}
if(ncplane_cursor_move_yx(n, yoff, xoff)){
return -1;
}
if(ncplane_putc(n, ll) < 0){
return -1;
}

Loading…
Cancel
Save