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

Implement IPipe using anonymous pipes on *nix systems #2

Open
FredrikAleksander opened this issue Nov 26, 2020 · 3 comments
Open

Implement IPipe using anonymous pipes on *nix systems #2

FredrikAleksander opened this issue Nov 26, 2020 · 3 comments
Assignees

Comments

@FredrikAleksander
Copy link
Owner

The implementation for Hexe::System::Pipe on *nix systems is currently missing. Need to implement this to support non-pty redirection of process stdio

@FredrikAleksander FredrikAleksander self-assigned this Nov 26, 2020
@alcz
Copy link

alcz commented Aug 12, 2021

Do you have any example of IPipe usage? May be a Windows one.

In my repo i've decoupled and inherited TerminalEmulatorPty, so the base TerminalEmulator doesn't know about pty's. Anyway don't like it that much. May be better to stay more with interfaces...

@FredrikAleksander
Copy link
Owner Author

I don't have one at the moment, but I can make an example this weekend

@alcz
Copy link

alcz commented Aug 12, 2021

Cool! Thanks in advance if you like to do that. I'd like to try the terminal in WebAssembly/emscripten built app, thus no process or pty abstractions. IPipe may be way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants