layout adjustments in installer

This commit is contained in:
Christopher Roy Bratusek 2012-05-18 22:11:46 +02:00
parent c30930243a
commit 0b38d092a3
2 changed files with 3 additions and 5 deletions

View File

@ -476,7 +476,7 @@ int menu_copyright()
}
printf("\x1b[%i;%iH", startpos_x + text3.size() +3, startpos_y);
printf(">> Continue");
printf(">> Back");
while(1)
{

View File

@ -349,16 +349,14 @@ s32 __Wad_Install(int startpos_x, int startpos_y)
if (ret >= 0)
{
Con_FgColor(2, 1);
printf("\x1b[%i;%iH", startpos_x +9, startpos_y + 42);
printf("SUCCESS");
printf("\t\t SUCCESS");
goto out;
}
err:
Con_FgColor(1, 1);
printf("\x1b[%i;%iH", startpos_x +6, startpos_y);
printf("ERROR! (ret = %d)\n", ret);
printf("\n\t\t\tERROR! (ret = %d)\n", ret);
/* Cancel install */
ES_AddTitleCancel();