mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
drop "available" output from reel demo
This commit is contained in:
parent
632cbcc881
commit
9ce8222d36
@ -102,8 +102,8 @@ drawcb(struct nctablet* t, bool drawfromtop){
|
||||
if(ll){
|
||||
const int summaryy = drawfromtop ? 0 : ll - 1;
|
||||
ncplane_on_styles(p, NCSTYLE_BOLD);
|
||||
if(ncplane_printf_yx(p, summaryy, 0, "[#%u %d lines %u available] ",
|
||||
tctx->id, tctx->lines, maxy) < 0){
|
||||
if(ncplane_printf_yx(p, summaryy, 0, "[#%u %d lines] ",
|
||||
tctx->id, tctx->lines) < 0){
|
||||
pthread_mutex_unlock(&tctx->lock);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user