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 ever "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 – sendmoreinfo Feb 23 at 7:43