allow rtl uniblocks

pull/282/head
nick black 5 years ago
parent 3af3372dfd
commit 1c17b05434
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save