Byobu 终端 window 名称星号 Z

Byobu terminal window name asterisk Z

在 Byobu 终端 window 名称中,我知道 window 名称后的星号 Z 表示 window 被缩放到一个分割。

但是星号 M 是什么意思?
手册页或其网站上似乎没有关于此的内容。

我还注意到 M 标记 window 中的一个分割线与其他分割线的边框看起来不同。

请参阅 tmux 联机帮助页:

       Symbol    Meaning
       *         Denotes the current window.
       -         Marks the last window (previously selected).
       #         Window is monitored and activity has been detected.
       !         A bell has occurred in the window.
       ~         The window has been silent for the monitor-silence
                            interval.
       M         The window contains the marked pane.
       Z         The window's active pane is zoomed.

完全披露:我是 Byobu 的作者和维护者。