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

isatty() needs to work with other shells #164

Closed
lundman opened this issue Sep 11, 2019 · 1 comment
Closed

isatty() needs to work with other shells #164

lundman opened this issue Sep 11, 2019 · 1 comment

Comments

@lundman
Copy link
Collaborator

lundman commented Sep 11, 2019

Currently, isatty() is only working with a standard Windows CMDline box, to detect if zfs send is going to terminal, a file, or a socket.

This means you can not zfs send with: git for windows bash shell, mingw bash, cygwin bash etc.

isatty() needs to be enhanced to be able to work with all those combinations, implementations do exist in the wild, more a matter of finding the right combination.

Somewhat related to #17

@lundman lundman changed the title istty() needs to work with other shells isatty() needs to work with other shells Sep 12, 2019
@lundman
Copy link
Collaborator Author

lundman commented Feb 27, 2020

b35a532

@lundman lundman closed this as completed Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant