cleaning
This commit is contained in:
parent
322d5fa1dd
commit
8b35ea44f5
1 changed files with 26 additions and 26 deletions
52
src/ui.c
52
src/ui.c
|
@ -239,32 +239,32 @@ letter_t big_font[ 128 ] = {
|
|||
{0, 0, 0 },
|
||||
{0, 0, 0 },
|
||||
{0, 0, 0 }, /* # 96 */
|
||||
{0, 0, 0 }, /* a == left arrow */
|
||||
{0, 0, 0 }, /* b == differential */
|
||||
{0, 0, 0 }, /* c == integral */
|
||||
{0, 0, 0 }, /* d == sigma */
|
||||
{0, 0, 0 }, /* e == sqr */
|
||||
{0, 0, 0 }, /* f == root */
|
||||
{0, 0, 0 }, /* g == pow10 */
|
||||
{0, 0, 0 }, /* h == exp */
|
||||
{0, 0, 0 }, /* i == << >> */
|
||||
{0, 0, 0 }, /* j == " " */
|
||||
{0, 0, 0 }, /* k == New Line */
|
||||
{0, 0, 0 }, /* l == pi */
|
||||
{0, 0, 0 }, /* m == angle */
|
||||
{0, 0, 0 }, /* n == sqr gx */
|
||||
{0, 0, 0 }, /* o == root gx */
|
||||
{0, 0, 0 }, /* p == pow10 gx */
|
||||
{0, 0, 0 }, /* q == exp gx */
|
||||
{0, 0, 0 }, /* r == ( ) gx */
|
||||
{0, 0, 0 }, /* s == # gx */
|
||||
{0, 0, 0 }, /* t == [] gx */
|
||||
{0, 0, 0 }, /* u == _ gx */
|
||||
{0, 0, 0 }, /* v == << >> gx */
|
||||
{0, 0, 0 }, /* w == " " gx */
|
||||
{0, 0, 0 }, /* x == {} gx */
|
||||
{0, 0, 0 }, /* y == :: gx */
|
||||
{0, 0, 0 }, /* z == angle gx */
|
||||
{0, 0, 0 }, /* a */
|
||||
{0, 0, 0 }, /* b */
|
||||
{0, 0, 0 }, /* c */
|
||||
{0, 0, 0 }, /* d */
|
||||
{0, 0, 0 }, /* e */
|
||||
{0, 0, 0 }, /* f */
|
||||
{0, 0, 0 }, /* g */
|
||||
{0, 0, 0 }, /* h */
|
||||
{0, 0, 0 }, /* i */
|
||||
{0, 0, 0 }, /* j */
|
||||
{0, 0, 0 }, /* k */
|
||||
{0, 0, 0 }, /* l */
|
||||
{0, 0, 0 }, /* m */
|
||||
{0, 0, 0 }, /* n */
|
||||
{0, 0, 0 }, /* o */
|
||||
{0, 0, 0 }, /* p */
|
||||
{0, 0, 0 }, /* q */
|
||||
{0, 0, 0 }, /* r */
|
||||
{0, 0, 0 }, /* s */
|
||||
{0, 0, 0 }, /* t */
|
||||
{0, 0, 0 }, /* u */
|
||||
{0, 0, 0 }, /* v */
|
||||
{0, 0, 0 }, /* w */
|
||||
{0, 0, 0 }, /* x */
|
||||
{0, 0, 0 }, /* y */
|
||||
{0, 0, 0 }, /* z */
|
||||
{0, 0, 0 },
|
||||
{0, 0, 0 },
|
||||
{0, 0, 0 },
|
||||
|
|
Loading…
Reference in a new issue