xterm.dart icon indicating copy to clipboard operation
xterm.dart copied to clipboard

How can I disable console input?

Open TekExplorer opened this issue 3 years ago • 1 comments

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?

TekExplorer avatar May 28 '22 21:05 TekExplorer

Basically, I would like a TerminalView(readOnly: true)

TekExplorer avatar May 29 '22 01:05 TekExplorer