In tmux, oxicord fails to scroll if tmux's mouse option is enabled. If I disable tmux's mouse (via tmux set -g mouse off, for instance), scrolling starts to work just fine.
Tmux manual on that option:
mouse [on | off]
If on, tmux captures the mouse and allows mouse events to
be bound as key bindings. See the “MOUSE SUPPORT” section
for details.
My $TERM inside tmux is tmux-256color.
In tmux, oxicord fails to scroll if tmux's
mouseoption is enabled. If I disable tmux'smouse(viatmux set -g mouse off, for instance), scrolling starts to work just fine.Tmux manual on that option:
My
$TERMinside tmux istmux-256color.