Browse Source
Remove function cp_ccon() and related code. The function modifies
Remove function cp_ccon() and related code. The function modifies
the terminal driver's treatment of the control-D (EOF) and escape keys on Unix-like OSs. But escape has no special meaning, and treating control-D as a line terminator was probably to prevent unexpected session exit when connected through a modem without error-correction. Removing the function allows "ngspice netlist &" to work correctly. The function was called during initialisation, which caused an endless loop of job-control stops when ngspice was started as a background process.pre-master-46
committed by
Holger Vogt
12 changed files with 5 additions and 252 deletions
-
2src/frontend/com_shell.c
-
8src/frontend/cpitf.c
-
2src/frontend/error.c
-
4src/frontend/misccoms.c
-
106src/frontend/parser/complete.c
-
12src/frontend/parser/cshpar.c
-
95src/frontend/parser/lexical.c
-
2src/frontend/signal_handler.c
-
11src/frontend/variable.c
-
2src/include/ngspice/cpextern.h
-
12src/include/ngspice/ngspice.h
-
1src/ngsconvert.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue