drop "available" output from reel demo

pull/1660/head
nick black 3 years ago
parent 632cbcc881
commit 9ce8222d36
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save