ncplane_box: explicitly move for last row

This commit is contained in:
nick black 2019-11-25 21:34:26 -05:00
parent f67a97edfb
commit 816cde0591
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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;
}