Vanity
This commit is contained in:
parent
eede5b0e50
commit
aad9c74a63
3 changed files with 4 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ impl UI {
|
|||
fn enter_alternate_screen(&mut self) -> Result<()> {
|
||||
if !self.alternate_screen {
|
||||
enable_raw_mode()?;
|
||||
execute!(stdout(), EnterAlternateScreen, DisableLineWrap)?;
|
||||
execute!(stdout(), EnterAlternateScreen, DisableLineWrap,)?;
|
||||
self.alternate_screen = true;
|
||||
}
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue