opentui icon indicating copy to clipboard operation
opentui copied to clipboard

fix(OSC4): tmux 3.6 has native support for OSC4 and should not be wrapped

Open noirbizarre opened this issue 1 week ago • 1 comments

#354 fix was only working for tmux<3.6 because it doesn't have native OSC4 support, so OSC4 sequence needed escaping. But, tmux 3.6 has native OSC4 support and wrapping the sequence in a tmux escape prevent OSC4 to work with tmux 3.6.

This fixes sst/opencode#3688 for tmux 3.6 (regression was introduced by upgrading to OpenTUI 0.1.51 in https://github.com/sst/opencode/commit/204a31b6bbad951e1e03d985c2edc62165062a4e.

noirbizarre avatar Dec 01 '25 16:12 noirbizarre