allow rtl uniblocks

This commit is contained in:
nick black 2020-01-14 18:37:39 -05:00
parent 3af3372dfd
commit 1c17b05434
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -22,7 +22,7 @@ fade_block(struct notcurses* nc, struct ncplane* nn, const struct timespec* subd
static int
draw_block(struct ncplane* nn, uint32_t blockstart, bool rtl){
if(rtl){
return 0;
//return 0;
}
int dimx, dimy;
ncplane_dim_yx(nn, &dimy, &dimx);