Function console_prompt::setup_screen
source · 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().
pub fn setup_screen() -> Result<(), Box<dyn Error>>Sets the cursor location to the bottom-most row and the column to 1.
This gets run automatically in command_loop().