mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
If compiling shared ngspice, don't set up a terminal.
This commit is contained in:
@@ -43,7 +43,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
|
|||||||
bool out_moremode = FALSE;
|
bool out_moremode = FALSE;
|
||||||
bool out_isatty = TRUE;
|
bool out_isatty = TRUE;
|
||||||
|
|
||||||
#ifndef TCL_MODULE
|
#if !defined (TCL_MODULE) && !defined (SHARED_MODULE)
|
||||||
|
|
||||||
#ifdef HAVE_TERMCAP
|
#ifdef HAVE_TERMCAP
|
||||||
static char *motion_chars;
|
static char *motion_chars;
|
||||||
|
|||||||
Reference in New Issue
Block a user