Ubuntu – Linux: Catching Ctrl+C breaks stdin
I'm writing a test application for a console text input library. The idea of that part of the library is to just treat any input as a regular text input, even Ctrl+[letter] combinations. And for the most part, it works…