Environment
- psmux version: 3.3.4
- Terminal: Windows Terminal (PowerShell 7)
- OS: Windows 11
Steps to reproduce
Start psmux with the following minimal config:
# Enable pane border labels at the bottom of each pane
set -g pane-border-status bottom
# Customize what the label shows
set -g pane-border-format "#{pane_index}: #{pane_title}"

Environment
Steps to reproduce
Start psmux with the following minimal config: