and non-bitmap path for big.

SVN revision: 75255
This commit is contained in:
Carsten Haitzler 2012-08-14 12:33:16 +00:00
parent a684b21b57
commit dd94047ffc
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ termcmd_do(Evas_Object *obj, Evas_Object *win, Evas_Object *bg, const char *cmd)
config->font.name = eina_stringshare_add("10x20.pcf");
termio_font_size_set(obj, 20);
}
else
{
termio_font_size_set(obj, 20);
}
}
else if (cmd[1] == '+') // size up
{