about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorphoebos <ben@bvnf.space>2021-06-21 11:34:51 +0100
committerphoebos <ben@bvnf.space>2021-06-21 11:34:51 +0100
commit68cd61de0e2d5bfb3f46d6c3a00cf29320ad2d56 (patch)
tree87461dc94e02c98f6468f1b1adb05a4520121265
parent7872a1aeb8436fcb048db7768f32ef423b05e53b (diff)
downloadkandr-68cd61de0e2d5bfb3f46d6c3a00cf29320ad2d56.tar.gz
1-14: nice unicode block
-rw-r--r--1.6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/1.6.c b/1.6.c
index 7156561..95b8841 100644
--- a/1.6.c
+++ b/1.6.c
@@ -35,7 +35,7 @@ int main (int argc, char *argv[]) {
         // side axis
 		printf("%4d |", i);
         for (int j = 0; j < NASCII; ++j)
-            printf("%s", i <= ascii[j] ? "*" : " ");
+            printf("%s", i <= ascii[j] ? "\u2588" : " ");
         printf("\n");
     }
     // bottom axis