Revert "io: *TERMINAL-IO* output stream is stderr"

This reverts commit e345fd612c.
This commit is contained in:
Daniel Kochmański 2024-11-01 08:43:01 +01:00
parent e345fd612c
commit df0992afe6

View file

@ -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*');