mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
reel: don't breech bottom border #1010
This commit is contained in:
parent
5fc9f7b367
commit
b7dc102eb8
@ -96,7 +96,7 @@ drawcb(struct nctablet* t, bool drawfromtop){
|
||||
pthread_mutex_lock(&tctx->lock);
|
||||
unsigned rgb = tctx->rgb;
|
||||
int ll;
|
||||
int maxy = ncplane_dim_y(p) - 1;
|
||||
int maxy = ncplane_dim_y(p);
|
||||
ll = tabletdraw(p, maxy, tctx, rgb);
|
||||
ncplane_set_fg_rgb(p, 242, 242, 242);
|
||||
if(ll){
|
||||
|
Loading…
x
Reference in New Issue
Block a user