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

Emit OSC 9;9 escape sequences on Windows #55493

Open
davidanthoff opened this issue Aug 14, 2024 · 1 comment
Open

Emit OSC 9;9 escape sequences on Windows #55493

davidanthoff opened this issue Aug 14, 2024 · 1 comment
Labels
system:windows Affects only Windows

Comments

@davidanthoff
Copy link
Contributor

That would make it super easy in Windows Terminal to open a new tab with a new Julia process that has the same working directory as the currently open tab.

microsoft/terminal#8330 at the top has the precise escape sequence that would need to be emitted.

@Keno
Copy link
Member

Keno commented Aug 14, 2024

Generally we have put these things into packages (Linux terminals have similar features). The justification is probably larger on windows because there's only one terminal emulator commonly in use, but it does raise the question whether we shouldn't be pulling the logic for similar features of other terminal emulators in also.

@nsajko nsajko added the system:windows Affects only Windows label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:windows Affects only Windows
Projects
None yet
Development

No branches or pull requests

3 participants