mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-05 23:20:53 -08:00
Revert "io: *TERMINAL-IO* output stream is stderr"
This reverts commit e345fd612c.
This commit is contained in:
parent
e345fd612c
commit
df0992afe6
1 changed files with 1 additions and 1 deletions
|
|
@ -6331,7 +6331,7 @@ init_file(void)
|
|||
ECL_SET(@'*error-output*', error_output);
|
||||
|
||||
cl_core.terminal_io = aux
|
||||
= cl_make_two_way_stream(standard_input, error_output);
|
||||
= cl_make_two_way_stream(standard_input, standard_output);
|
||||
|
||||
ECL_SET(@'*terminal-io*', aux);
|
||||
aux = cl_make_synonym_stream(@'*terminal-io*');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue