From 061e48253b1e378548ad79faed6b58788a39c16d Mon Sep 17 00:00:00 2001 From: holger Date: Fri, 22 May 2020 14:02:53 +0200 Subject: [PATCH] definitely exclude command completion in shared ngspice --- src/sharedspice.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sharedspice.c b/src/sharedspice.c index ef913fca4..e7eacaca9 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -703,6 +703,8 @@ ngSpice_Init(SendChar* printfcn, SendStat* statusfcn, ControlledExit* ngspiceexi nobgtrwanted = TRUE; immediate = FALSE; + cp_nocc = TRUE; + #ifdef THREADS /* init the mutexes */ #ifdef HAVE_LIBPTHREAD