Skip to content

v1.46.0 - Terminal dimension detection

Compare
Choose a tag to compare
@tony tony released this 13 Apr 00:09
· 13 commits to master since this release

Breaking changes

Workspace builder now detects terminal size (#926)

Dimensions used by workspace builder now use shutil.get_terminal_size().

In conjunction with main-pane-height: 67%, for instance, this will render a proportional layout:

session_name: my session
windows:
- window_name: example with percentage
  focus: True
  layout: main-horizontal
  options:
    main-pane-height: 67%
  panes:
  - focus: true
  - pane 

To use old behavior, set TMUXP_DETECT_TERMINAL_SIZE=0 in your terminal
environment and file an issue on the tracker.

by @tony in #926

Development

  • chore: Aggressive ruff fixes by @tony in #928

Full Changelog: v1.45.0...v1.46.0