TerminalStudio / xterm.dart

💻 xterm.dart is a fast and fully-featured terminal emulator for Flutter, with support for mobile and desktop platforms.

Home Page:https://pub.dev/packages/xterm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I disable console input?

TekExplorer opened this issue · 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?

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