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

`signals` sample is broken on Windows #41

Closed alexrp closed 2 years ago

alexrp commented 2 years ago
  1. Run the sample.
  2. Enter the install command.
  3. Press Ctrl-C.

It seems after this point that reading from standard input never returns.

alexrp commented 2 years ago

Interestingly, synthesizing an interrupt signal by typing interrupt instead of pressing Ctrl-C does not break reading.