Hi,
For some reason I'm having trouble using
osc52.sh from within hterm + tmux.
This works great from within an hterm SSH session:
$ ~/trunk/src/third_party/libapps/hterm/etc/osc52.sh <<< outside_tmux
But this doesn't work from within tmux, in that same hterm SSH session:
$ ~/trunk/src/third_party/libapps/hterm/etc/osc52.sh <<< inside_tmux
I'm using tmux version 3.3a-1 as installed via apt-get on gLinux.
Potentially interesting env things from within tmux:
$ env | grep -i tmux
TMUX=/tmp/tmux-601184/default,1068430,0
TMUX_PANE=%0
TERM_PROGRAM=tmux
$ echo $TERM
xterm-256color
I'ved removed my ~/.tmux.conf so I'm pretty sure that a local config change isn't the issue.
Is anyone else seeing this issue?
Thanks!
- Ross