From 86570733447b90a48c93df023b7f7cc776217a20 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 5 Aug 2022 23:30:27 +0100 Subject: vlorb --- img/better_disp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'img') diff --git a/img/better_disp.lua b/img/better_disp.lua index f73b161..33c4104 100644 --- a/img/better_disp.lua +++ b/img/better_disp.lua @@ -11,7 +11,7 @@ local function vlorb(onc,offc, g1,g2,g3,g4,g5,g6) local textc,bgc = onc,offc if g6 then textc,bgc=bgc,textc end - local vlorbchar = 0 + local vlorbchar = 0x80 if g1 then vlorbchar=vlorbchar+1 end if g2 then vlorbchar=vlorbchar+2 end if g3 then vlorbchar=vlorbchar+4 end -- cgit v1.2.3