Echo >>> terminal command line for Windows or non-libreadline
This commit is contained in:
parent
feb38b83ef
commit
f8145ae1c4
|
@ -1477,7 +1477,7 @@ int terminal_mode(PROGRAMMER * pgm, struct avrpart * p)
|
||||||
return argc;
|
return argc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(WIN32)
|
#if !defined(HAVE_LIBREADLINE) || defined(WIN32)
|
||||||
fprintf(stdout, ">>> ");
|
fprintf(stdout, ">>> ");
|
||||||
for (int i=0; i<argc; i++)
|
for (int i=0; i<argc; i++)
|
||||||
fprintf(stdout, "%s ", argv[i]);
|
fprintf(stdout, "%s ", argv[i]);
|
||||||
|
|
Loading…
Reference in New Issue