From f8145ae1c4dba6180182b636c0b327dd104823dd Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Tue, 12 Jul 2022 21:53:37 +0100 Subject: [PATCH] Echo >>> terminal command line for Windows or non-libreadline --- src/term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/term.c b/src/term.c index fe19d2d5..1f294540 100644 --- a/src/term.c +++ b/src/term.c @@ -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