wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
16.67k stars 746 forks source link

URLs not recognized across lines in TLS multiplexer sessions #3459

Open greneholt opened 1 year ago

greneholt commented 1 year ago

What Operating System(s) are you seeing this problem on?

macOS

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20230320-124340-559cb7b0

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

No, and I'll explain why below

Describe the bug

URL recognition works across lines in a local terminal, but in a TLS multiplexer session it does not. In the screenshot below only the underlined portion of the link will be opened.

Screenshot 2023-04-06 at 5 32 25 PM

To Reproduce

Just run:

echo http://example.com/thisisareallylongurlthatwrapsaroundtothenextline/woot.html

In a remote-multiplexer session with a narrow terminal.

Configuration

Using a TLS domain to a remote server.

Expected Behavior

No response

Logs

No response

Anything else?

Related to #1629.

aki-k commented 11 months ago

@greneholt What do you mean by "TLS multiplexer" ? I have this same problem in a ssh/tmux session.