#1121869 tmux 3.6a no longer shows underlined text in neovim

Package:
tmux
Source:
tmux
Description:
terminal multiplexer
Submitter:
Jochen Sprickerhof
Date:
2025-12-24 13:51:02 UTC
Severity:
normal
Tags:
#1121869#5
Date:
2025-12-03 21:27:23 UTC
From:
To:
Steps to reproduce:

debvm-create -- --hook-dir=/usr/share/mmdebstrap/hooks/useradd \
  --include=linux-image-generic,xserver-xorg-core,xserver-xorg-input-libinput,lightdm,icewm,xterm,neovim,tmux
debvm-run -g

Inside the VM start an xterm, a tmux and inside:

vi -c 'set spell' <(echo bla blaj)

Running the same vi command outside of tmux will underline the spelling
errors but not inside tmux.

You can also run debvm-create -r testing or trixie to verify that tmux
3.5a-3 works and update just tmux to see that it is enough to trigger
the behaviour change.

Cheers Jochen

#1121869#10
Date:
2025-12-24 12:18:47 UTC
From:
To:
Hi,

* Jochen Sprickerhof <jspricke@debian.org> [2025-12-03 22:27]:

This is due to:

https://github.com/tmux/tmux/commit/7499d925da697498b7ee69b0effaa8b5176a50bf

I am unsure if this is a better behaviour then before given that tmux
announces Smulx support. As a workaround I switched to a terminal
emulator that supports it.

Cheers Jochen