top | item 10411160

Tmux 2.1 has been released

4 points| byaruhaf | 10 years ago |github.com | reply

1 comment

order
[+] byaruhaf|10 years ago|reply
CHANGES FROM 2.0 to 2.1 18 October 2015

Incompatible Changes ====================

* Mouse-mode has been rewritten. There's now no longer options for: - mouse-resize-pane - mouse-select-pane - mouse-select-window - mode-mouse

  Instead there is just one option:  'mouse' which turns on mouse support
  entirely.
* 'default-terminal' is now a session option. Furthermore, if this is set to 'screen-' then emulate what screen does. If italics are wanted, this can be set to 'tmux' but this is still new and not necessarily supported on all platforms with older ncurses installs. The c0-* options for rate-limiting have been removed. Instead, a backoff approach is used.