Fixed a minor bug

This commit is contained in:
Mark 2023-06-11 10:39:52 -07:00
parent dedb192d54
commit 813c1e7292
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

View File

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