Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multi-character inputs (escape sequences) whilst command running #80

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

ianthomas23
Copy link
Member

When a wasm command is running, stdin can take a multi-character string such as an ansi escape sequence. This PR supports such multi-character inputs by passing on all the characters one at a time rather then just the first character.

@ianthomas23 ianthomas23 added the enhancement New feature or request label Dec 3, 2024
@ianthomas23 ianthomas23 merged commit 5c053c4 into main Dec 3, 2024
7 checks passed
@ianthomas23 ianthomas23 deleted the getChar-buffer branch December 3, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant