如何从 tmux 不可用区域中删除“(尺寸 WxH from force-height)”?

How to remove '(size WxH from force-height)' from tmux unusable area?

我在 tmux 中使用 set force-height 28 来创建一些无法使用的 space。设置 force-height 后尺寸显示在无法使用的 space 的右下角。有什么办法可以不显示该文本?

手册页中似乎没有关于删除该字符串的任何内容。

快速浏览一下 tmux source code for printing that string,似乎没有任何开关可以禁用它。如果你真的讨厌那个字符串,你可以编辑源代码并为你的系统重新编译 tmux。