Echo >>> terminal command line for Windows or non-libreadline

This commit is contained in:
Stefan Rueger 2022-07-12 21:53:37 +01:00
parent feb38b83ef
commit f8145ae1c4
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 defined(WIN32)
#if !defined(HAVE_LIBREADLINE) || defined(WIN32)
fprintf(stdout, ">>> ");
for (int i=0; i<argc; i++)
fprintf(stdout, "%s ", argv[i]);