Open blawrence-ont opened 7 months ago
The device file /dev/tty is available even if stdout is closed or redirected, in which case the width would have been reported as 0 rather than the size of the terminal that we're running in.
/dev/tty
stdout
Tested on both macOS and Linux and behaves as expected.
The device file
/dev/tty
is available even ifstdout
is closed or redirected, in which case the width would have been reported as 0 rather than the size of the terminal that we're running in.Tested on both macOS and Linux and behaves as expected.