You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
When the CLI interface is run with pub get run, or after activating it with pub global activate and the ANSI terminal is used it gives the following error:
StdoutException: Could not get terminal size, OS Error: Inappropriate ioctl for device, errno = 25
It only works when using directly the dart command.
- Refactor Terminal Class.
- Add terminal support for Control+Alt+Key & Shift+Alt+Key sequences.
- Modularize the Byte reading loop. Make structure simpler and clearer.
- Move key-code structures to keyCodes Class.
- Show relevant info when catching error related to issue #1.
- Add initial mouse support.
- Temporarily made public some properties and methods for easy interop.
- Rename ANSI class to XTerm.
- Rename ansi.dart file to xterm_control.dart
- Add keyCodes Class in xterm_keycodes.dart.
- Rename CLI --terminal-type ansi argument to xterm.
- New word: KEY
- Modify InputQueue & VirtualMachine classes.
- Implemented a single character input buffer for the word KEY
- Rename VirtualMachine.source property to input.
- Rename InputQueue properties: id to sourceId & length to sourceLength.
- Rename getLineFromSimpleTerminal() to getLineFromXTerm().
- Enable XTerm by default only in Linux and MacOs
- ForthError.unmanaged() text update. Update error tests.
- Minor fixes.
- More comments.
- Update readme.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the CLI interface is run with
pub get run
, or after activating it withpub global activate
and the ANSI terminal is used it gives the following error:It only works when using directly the
dart
command.This issue depends on dart-lang/pub/issues/1204
The text was updated successfully, but these errors were encountered: