xterm.dart
xterm.dart copied to clipboard
feat: make readonly accessible in TerminalView
The InputListener class supports a readOnly property to disable handling any input and prevents a Softkeyboard from being shown. Upto now the property was not accessible when creating a TerminalView. This PR changes that and makes it accessible.