pub fn setup_screen() -> Result<(), Box<dyn Error>>
Expand description

Sets the cursor location to the bottom-most row and the column to 1.
This gets run automatically in command_loop().