Fixed a minor bug

pull/2/head
Mark 2023-06-11 10:39:52 -07:00
parent dedb192d54
commit 813c1e7292
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ pub fn do_command(
stdout, stdout,
"{}{}", "{}{}",
clear::All, clear::All,
cursor::Goto(0, 0) cursor::Goto(1, 1)
)?; )?;
}, },