Raw mode in console of command line tool Follow
When node program try to set raw mode (when you can just handle anyt key presses without actual output) for stdin:
process.stdin.setRawMode(true)
it gets an error in CLT console. Is it possible to add this feature to CLT?
Please sign in to leave a comment.
Hello,
please file this issue in bug tracker https://youtrack.jetbrains.com/issues/WI#newissue=yes It would be great it you attach example of such a program and the command you use in CLT.