vezel-dev / cathode

A terminal-centric replacement for the .NET console APIs.
https://docs.vezel.dev/cathode
BSD Zero Clause License
91 stars 7 forks source link

Expose access to `/dev/tty` (Unix) and `CONIN$`/`CONOUT$` (Windows) for when standard I/O descriptors are redirected #40

Closed alexrp closed 2 years ago

alexrp commented 2 years ago

It turns out that even when all standard I/O descriptors are redirected, we can still access the controlling terminal directly. We should do that.