add key dumping

This commit is contained in:
SuchMemeManySkill
2020-12-26 22:24:41 +01:00
parent ab5c5e799e
commit 07540b4651
13 changed files with 655 additions and 13 deletions

View File

@@ -371,14 +371,13 @@ static void _gfx_putn(u32 v, int base, char fill, int fcnt)
if (fill != 0)
{
gfx_con.y -= c * 16;
/*
while (c > 0)
if (fill == ' ')
gfx_con.y -= c * 16;
else while (c > 0)
{
*--p = fill;
c--;
}
*/
}
gfx_puts(p);