From c926a94ac27a383fa5339e01607bc901aaf20bde Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Mon, 22 Jun 2020 10:27:12 +0800 Subject: [PATCH] Draw maze wall with a unicode character mapped in linux console fonts. --- maze.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maze.cmd b/maze.cmd index 4417b7c..fcf221e 100644 --- a/maze.cmd +++ b/maze.cmd @@ -17,7 +17,7 @@ set %w &sub $curwidth 2 set %w &sub %w 1 !endif insert-string " " -%w insert-string "▓" +%w insert-string "▒" insert-string " " set %buf $line set %l &sub $pagelen 4