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

Respect undercurl config even with no terminfo #9897

Merged
merged 1 commit into from
Mar 19, 2024

Commits on Mar 16, 2024

  1. Respect undercurl config even with no terminfo

    I have just found out that my recent Windows Terminal version
    supported rendering undercurl (see
    https://devblogs.microsoft.com/commandline/windows-terminal-preview-1-20-release
    ). However, looking at the source, terminfo is required for helix to
    emit the undercurl control code, which isn't available on Windows AFAIK.
    
    This commit make helix respects the `editor.undercurl` option when
    there is no terminfo.
    
    Tested on Windows Terminal Preview 1.20
    
    Signed-off-by: Khang Nguyen <[email protected]>
    iceghost committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    984eaa8 View commit details
    Browse the repository at this point in the history