mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
allow rtl uniblocks
This commit is contained in:
parent
3af3372dfd
commit
1c17b05434
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user