Provide echo of terminal command line prompt under Windows

This commit is contained in:
Stefan Rueger 2022-07-12 15:22:52 +01:00
parent 1e8b56751e
commit b6204b181a
1 changed files with 1 additions and 1 deletions

View File

@ -1477,7 +1477,7 @@ int terminal_mode(PROGRAMMER * pgm, struct avrpart * p)
return argc;
}
#if 0
#if defined(WIN32)
fprintf(stdout, ">>> ");
for (int i=0; i<argc; i++)
fprintf(stdout, "%s ", argv[i]);