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

Suppress stty error on Apple Terminal #69

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

nobu
Copy link
Member

@nobu nobu commented Nov 13, 2019

stty called in Reline::ANSI.deprep command shows the following error message on macOS Apple Terminal, with some settings.

$ LANG=C irb
irb(main):001:0>
stty: 'standard input': unable to perform all requested operations
stty: 'standard input': unable to perform all requested operations

`stty` called in `Reline::ANSI.deprep` command shows the following
error message on macOS Apple Terminal, with some settings.

```
$ LANG=C irb
irb(main):001:0>
stty: 'standard input': unable to perform all requested operations
stty: 'standard input': unable to perform all requested operations
```
@nobu nobu force-pushed the suppress-stty-error branch from 40023b4 to 540700e Compare November 18, 2019 00:22
@aycabta aycabta merged commit d83e79c into ruby:master Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants