mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
ncplane_box: explicitly move for last row
This commit is contained in:
parent
f67a97edfb
commit
816cde0591
@ -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…
x
Reference in New Issue
Block a user