Issues with Terminal Module: Input Echo and Signal Handling

Hi team! I'm currently tinkering with the Terminal module and noticed that by default terminal.readline doesn't echo my inputs. Is there a way to change this? Also, it looks like when using terminal.readline CTRL+C and CTRL+D signals stopped working. I use Interactive Number Guessing Game code snippet. Am I doing something wrong? Thanks!
Effect Documentation
Interact with standard input and output to read user input and display messages on the terminal.
Terminal
Was this page helpful?