Improve appearance of *

master
cheapie 2015-06-11 02:50:14 -05:00
parent 8d6cf2c6a2
commit ce06593e40
1 changed files with 1 additions and 1 deletions

View File

@ -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 } },