mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00: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);
|
pthread_mutex_lock(&tctx->lock);
|
||||||
unsigned rgb = tctx->rgb;
|
unsigned rgb = tctx->rgb;
|
||||||
int ll;
|
int ll;
|
||||||
int maxy = ncplane_dim_y(p) - 1;
|
int maxy = ncplane_dim_y(p);
|
||||||
ll = tabletdraw(p, maxy, tctx, rgb);
|
ll = tabletdraw(p, maxy, tctx, rgb);
|
||||||
ncplane_set_fg_rgb(p, 242, 242, 242);
|
ncplane_set_fg_rgb(p, 242, 242, 242);
|
||||||
if(ll){
|
if(ll){
|
||||||
|
Loading…
Reference in New Issue
Block a user