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

Feature: Support for OSC 133 ANSI escape sequence #899

Open
a-kenji opened this issue Nov 25, 2021 · 1 comment
Open

Feature: Support for OSC 133 ANSI escape sequence #899

a-kenji opened this issue Nov 25, 2021 · 1 comment
Labels
discussion Conversation to figure out actionable steps. Most feature ideas start here. enhancement New feature or request

Comments

@a-kenji
Copy link
Contributor

a-kenji commented Nov 25, 2021

Related discussion: #892, #642

https://wezfurlong.org/wezterm/shell-integration.html :

OSC 133 Escape sequence to define Input, Output and Prompt zones

How could this be implemented?

@a-kenji a-kenji added enhancement New feature or request discussion Conversation to figure out actionable steps. Most feature ideas start here. labels Nov 25, 2021
@leelavg
Copy link

leelavg commented Aug 28, 2022

  • Hi, glad that I checked issues before raising a new one 😅
  • May I know the progress of this or whom to ask?
  • I'm on foot terminal and when I add below to my bash prompt foot terminal is able to recognise the prompts and support jumping to them
prompt_marker() {
    printf '\e]133;A\e\\'
}

set_ps1() {
    # my current prompt function
}

PS1="$(set_ps1)$(prompt_marker)"
  • Even with locked interface, it seems zellij isn't sending this sequence to the emulator (or zellij is handling it incorrectly 🤔)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Conversation to figure out actionable steps. Most feature ideas start here. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants