I have a nice tmux status line, but I don't like how the bash/commands run flush along it. That is, if the screen is full, I'm typing things right above the status line.
I'd like a one line break above it, so that what I'm typing never "touches" the status line; is there any way to do this?
Example:
Let's say I have a very small terminal window that is two lines long
bash>$ (cursor)
1: bash* 2: bash- 3: vim-
How would I get a blank line to separate the status bar from the prompt, like:
bash>$ (cursor)
1: bash* 2: bash- 3: vim-
select-layoutshould help, I think