Is there any way to have a multi line status bar? Status left, and status right could take up the status-format[1], "top". The window list could take up status-format[0], "bottom".
In the output from tmux show-options -g | grep status, I can see there are already 2 indexes in status-format, but the status bar is only 1 line?
Is there any way to have a multi line status bar? Status left, and status right could take up the status-format[1], "top". The window list could take up status-format[0], "bottom".
In the output from
tmux show-options -g | grep status
, I can see there are already 2 indexes in status-format, but the status bar is only 1 line?TIA