Improve the graphical output.
This commit is contained in:
parent
d8b1d230da
commit
0317a9ebfc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user