From 7ceb163cbabda069462fcd4e7770ece0f5d09494 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Thu, 14 Jul 2022 18:31:44 +0100 Subject: [PATCH] Echo terminal command line on Apple --- src/term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/term.c b/src/term.c index 7fe6246c..e779f84a 100644 --- a/src/term.c +++ b/src/term.c @@ -1473,7 +1473,7 @@ int terminal_mode(PROGRAMMER * pgm, struct avrpart * p) return argc; } -#if !defined(HAVE_LIBREADLINE) || defined(WIN32) +#if !defined(HAVE_LIBREADLINE) || defined(WIN32) || defined(__APPLE__) fprintf(stdout, ">>> "); for (int i=0; i