Improve the graphical output.

This commit is contained in:
lux 2017-08-16 19:11:31 +02:00
parent d8b1d230da
commit 0317a9ebfc
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int main(int argc, char *argv[])
//Handele user output
printf("PROGRAM COUNTER: %" PRIu16 "\n",pc);
printf("\n(n)ext step or (q)uit or (c)oredump ?\n");
printf("\x1b[32m \n(n)ext step or (q)uit or (c)oredump ?\n \x1b[0m");
//handel program flow
while((quit = getchar()) != '\n' && quit != EOF)