Problem
The dedicated command line always reserves a terminal row even when it is not focused. This reduces the grid area before the user opens the command line.
Requested behavior
- Start with the command line hidden.
- Do not reserve a row while it is closed.
- Keep Alt+C opening and closing the command line.
- Preserve command output expansion while the command line is open.
Acceptance checks
- The initial layout gives the command-line row back to the pane grid.
- Alt+C reveals a one-row command line.
- Pressing Alt+C again hides it.
- Formatting and relevant Rust validation pass.
Problem
The dedicated command line always reserves a terminal row even when it is not focused. This reduces the grid area before the user opens the command line.
Requested behavior
Acceptance checks