On Thu, Apr 25, 2019 at 08:56:48AM +0200, Markus Schönhaber wrote:
Chris Murphy, 24.4.2019 22:03 +0200:
If I run tmux, and in a tmux window/pane whatever, URLs are likewise automatically underlined, and yet right-click does nothing. On the one hand, Terminal clearly recognizes this is a link by underlining it. But on the other hand something tmux related inhibits that contextual menu.
You have probably turned on tmux' mouse support. Try set mouse off
Not in a gnome-terminal, but with tmux in a sakura terminal, and mouse switched on like this via ~/.tmux.conf:
setw -g mouse on
I can still use the mouse and open links via right-click.
Wrong answer? ... :)
Wolfgang