tunshell icon indicating copy to clipboard operation
tunshell copied to clipboard

Pty on android

Open bmcpt opened this issue 3 years ago • 1 comments

The client avoids creating a pty shell on android. What is the reason for that?

bmcpt avatar Jun 30 '22 02:06 bmcpt

Hi @bmcpt, PTY shells are excluded from iOS and android builds here: https://github.com/TimeToogo/tunshell/blob/master/tunshell-client/src/shell/server/mod.rs#L110 From memory it may have been because the pty crate failed to build against the android target but I could be wrong. Feel free to submit a PR if you are able to enable it for these targets.

TimeToogo avatar Jul 01 '22 02:07 TimeToogo