-
Notifications
You must be signed in to change notification settings - Fork 81
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
(macos) tmux + brew gnu coreutils combination does not work with 'selecta' #103
Comments
Yes, it looks like a stty incompatibility. I'm very confused about why this would fail. All Selecta does is In general, I'd recommend against running GNU coreutils on OS X. I've tried it in the past it leads to a lot of this stuff, because at that point your userland is part BSD, part Mac, and part GNU, which confuses a lot of tools (apparently including Selecta). Curses would surely make this go away, but it's not in the stdlib any more, so it's not an option. If you can find a way to make this work, I'm happy to review and merge it, but I don't want to go on a broken-stty hunt myself. |
@dqgthb Just for grins, can you try hardcoding |
Thx for this awesome plugin.
I found a really mysterious bug. It works well with either tmux or gnu coreutils but not with both. Specifically,
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
The error message is the following:
so yeah, I think it might be because of the incompatibilities between /bin/stty and gnu stty or else.
My environment:
The text was updated successfully, but these errors were encountered: