Improve appearance of *
This commit is contained in:
2
init.lua
2
init.lua
@ -134,7 +134,7 @@ local alnum_chars = {
|
||||
{ "'", { 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 } },
|
||||
{ "(", { 0,0,0,0,0,0,0,0,1,0,1,0,0,0,0 } },
|
||||
{ ")", { 0,0,0,0,0,0,1,0,0,0,0,0,1,0,0 } },
|
||||
{ "*", { 0,0,0,0,0,0,1,1,1,0,1,1,1,0,0 } },
|
||||
{ "*", { 0,0,0,0,0,0,1,1,1,1,1,1,1,1,0 } },
|
||||
{ "+", { 0,0,0,0,0,0,0,1,0,1,0,1,0,1,0 } },
|
||||
{ ",", { 0,0,0,0,0,0,0,0,0,0,0,0,1,0,0 } },
|
||||
{ "-", { 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0 } },
|
||||
|
Reference in New Issue
Block a user