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

Add support for OSC7 #413

Open
davidrg opened this issue Nov 9, 2024 · 0 comments
Open

Add support for OSC7 #413

davidrg opened this issue Nov 9, 2024 · 0 comments
Labels
enhancement terminal-emulation Updates to existing emulations, or addition of new ones

Comments

@davidrg
Copy link
Owner

davidrg commented Nov 9, 2024

This escape is sent by some shells to let the terminal emulator know what the current active working directory is.

We can't directly do anything useful with this information as there is no guarantee Kermit 95 is running on the same machine as the shell (the only situation where this is possible is via PTY), but we could still store the information and make it available as a variable for use in scripts. Might be nice to automatically call a macro (perhaps ON_RCD) whenever the remote directory is changed to let the user do something with this information if they wish.

More information:

@davidrg davidrg added enhancement terminal-emulation Updates to existing emulations, or addition of new ones labels Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement terminal-emulation Updates to existing emulations, or addition of new ones
Projects
None yet
Development

No branches or pull requests

1 participant