From 1c17b0543414296ac2821d9868f76889f3ed4a5d Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 14 Jan 2020 18:37:39 -0500 Subject: [PATCH] allow rtl uniblocks --- src/demo/unicodeblocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo/unicodeblocks.c b/src/demo/unicodeblocks.c index 474b17396..be63ef573 100644 --- a/src/demo/unicodeblocks.c +++ b/src/demo/unicodeblocks.c @@ -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);