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

Allow shell integration scripts to request prompt click events #7847

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2024

  1. Allow shell integration scripts to request prompt click events

    This is done via the `prompt-click-events` keyword in
    `$KITTY_SHELL_INTEGRATION`.
    
    Also adds the `$KITTY_SUPPORTS_PROMPT_CLICK_EVENTS` environment
    variable, which scripts can use to check for support before requesting
    click events.
    
    Note that the fish integration script is intentionally not modified, as
    the fish integration seems to be built-in in newer versions.
    pianohacker committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7778233 View commit details
    Browse the repository at this point in the history