Page MenuHomeSolus

Update tmux to 3.2a
AbandonedPublic

Authored by solene on Nov 4 2021, 4:29 PM.
Tags
None
Referenced Files
F11053433: D12185.id29568.diff
Thu, Aug 10, 11:16 PM
F11053432: D12185.id.diff
Thu, Aug 10, 11:16 PM
F11037810: D12185.diff
Wed, Aug 9, 9:17 PM
F11002374: D12185.diff
Mon, Jul 31, 1:08 AM
F10982244: D12185.diff
Sun, Jul 23, 9:33 AM
F10863348: D12185.id29568.diff
Jun 17 2023, 1:59 AM
F10855220: D12185.diff
Jun 14 2023, 5:03 AM
F10824016: D12185.diff
Jun 3 2023, 10:16 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Triage Team
Summary

Changelog Summarized

  • Add a "mouse" terminal feature so tmux can enable the mouse on terminals where it is known to be supported even if terminfo(5) says otherwise
  • Add client-detached notification in control mode
  • Add a -S flag to new-window to make it select the existing window if one with the given name already exists rather than failing with an error
  • Add a format modifier to check if a window or session name exists (N/w or N/s)
  • Add a no-detached choice to detach-on-destroy which detaches only if there are no other detached sessions to switch to
  • Make paste -p the default for ]
  • Add support for pausing a pane when the output buffered for a control mode client gets too far behind. The pause-after flag with a time is set on the pane with refresh-client -f and a paused pane may be resumed with refresh-client -A
  • Add M-+ and M-- to tree mode to expand and collapse all
  • Store and restore cursor position when copy mode is resized
  • Add a key (e) in buffer mode to open the buffer in an editor. The buffer contents is updated when the editor exits
  • Try $XDG_CONFIG_HOME/tmux/tmux.conf as well as ~/.config/tmux/tmux.conf for configuration file
  • Add a default binding for button 2 to paste
Test Plan
  • create a session with my usual configuration file
  • make panes and new windows and split into panes and move it from a window to another

Diff Detail

Repository
R3048 tmux
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 2253
Build 2253: arc lint + arc unit