If compiling shared ngspice, don't set up a terminal.

This commit is contained in:
Holger Vogt 2024-06-30 14:24:09 +02:00
parent 28d8301b5f
commit acdd93f157
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
bool out_moremode = FALSE;
bool out_isatty = TRUE;
#ifndef TCL_MODULE
#if !defined (TCL_MODULE) && !defined (SHARED_MODULE)
#ifdef HAVE_TERMCAP
static char *motion_chars;