xterm.dart
xterm.dart copied to clipboard
How can I disable console input?
Hello, I am implementing a console for a very specific purpose.
I have 2 questions.
Can I disable the cursor (and entire input system) so that I can implement my own input? or Is there an easy way to retrieve text on submit instead of every character inputted?
Basically, I would like a TerminalView(readOnly: true)