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

Dependency on host OS does not support remoting #30

Open
rhubarb-geek-nz opened this issue Feb 24, 2024 · 0 comments
Open

Dependency on host OS does not support remoting #30

rhubarb-geek-nz opened this issue Feb 24, 2024 · 0 comments

Comments

@rhubarb-geek-nz
Copy link

Summary of the new feature / enhancement

In VT100EscapeSequences.cs is the following code

        // MacOS terminal app does not support extended colors for VT100, so we special case for it.
        Code = RuntimeInformation.IsOSPlatform(OSPlatform.OSX) ? CodeMacOS : isDarkTheme ? CodeDark : CodeLight;

This would not work if the user is using MacOS to ssh to another platform and running PowerShell there (eg a linux host in the cloud), or using another platform and using SSH to talk to a MacOS machine (eg a build server).

Proposed technical implementation details (optional)

No response

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

1 participant