R/tmux.R
tmuxSetMouse.Rd
Sets tmux mouse mode via set-option -g mouse on/off, enabling pane selection, resizing, and scrolling with the mouse. See tmux manual for details. 1
set-option -g mouse on/off
tmuxSetMouse(on = TRUE)
Logical; TRUE to enable, FALSE to disable. Default TRUE.
TRUE
FALSE
Invisibly returns on.
on