Open cole-h opened 2 years ago
I think @tlinford (when he gets back) might have some context on this?
I'm guessing foot does something similar to alacritty, and detects urls and makes them clickable? So what happens is that the text gets split (by frames, new lines, etc) and the detection breaks.
Not sure there is much that one can do about this.
Not sure there is much that one can do about this.
It works in tmux, so there must be something that zellij can do: maybe it can avoid putting a newline when breaking the line when there is no pane borders, just allowing the line to warp normally.
In Case of Graphical or Performance Issues
N/A
Basic information
zellij --version
: 0.31.4stty size
:22 87
(but reproduced on a variety of sizes)uname -av
orver
(Windows):Linux scadrial 5.15.70 #1-NixOS SMP Fri Sep 23 12:15:52 UTC 2022 x86_64 GNU/Linux
List of programs you interact with as,
PROGRAM --version
: output cropped meaningful, for example:foot --version
:foot version: 1.13.1 +pgo +ime +graphemes -assertions
(https://codeberg.org/dnkl/foot)Further information
When there is a very long URL being displayed, it appears that zellij breaks the URL in a way that foot is unable to determine that the URL continues onto the next line:
Notice foot properly highlights the entire URL in tmux:
Let me know if I can help further.