diff options
Diffstat (limited to 'img')
-rw-r--r-- | img/better_disp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |