My manual tests indicate that both on Windows and Linux we can (and should) skip setting outputFd.
A default value should work for all out needs; moreover, on windows this setting can corrupt the state of the terminal, some vty configuration steps on windows work only on a stdout-like handle, and we open CONIN$ =)
My manual tests indicate that both on Windows and Linux we can (and should) skip setting
outputFd
.A default value should work for all out needs; moreover, on windows this setting can corrupt the state of the terminal, some vty configuration steps on windows work only on a stdout-like handle, and we open CONIN$ =)