diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-05 23:30:27 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-05 23:30:27 +0100 |
commit | 86570733447b90a48c93df023b7f7cc776217a20 (patch) | |
tree | 1015bb1f4ee201de7f729b23979605927828b7e8 /img | |
parent | 7a33b61b010bc424d8f2d6672e2d0b7ce381bc96 (diff) |
vlorb
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 |