Replies: 1 comment 1 reply
-
so |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is what I see.
I have tested plain hyperlinks via
printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'
in the terminal, which works, and i have built alacritty from source today and I also got delta installedNot sure why this is not working. I have a 22.04 ubuntu system where this works. i can ssh to it, inside tmux, and the hyperlinks work on this 20.04 system! Something is causing the rendering to break.
I also needed to upgrade git on here so that i could get --config-env to work.
I mean there is nothing amiss here because the screenshot shows that it is correclty grabbing this env var and applying hyperlinks... oh maybe it's
less
that's the issue here? hmmBeta Was this translation helpful? Give feedback.
All reactions