mirror of https://github.com/rm-dr/daisy
Fixed a minor bug
parent
dedb192d54
commit
813c1e7292
|
@ -90,7 +90,7 @@ pub fn do_command(
|
||||||
stdout,
|
stdout,
|
||||||
"{}{}",
|
"{}{}",
|
||||||
clear::All,
|
clear::All,
|
||||||
cursor::Goto(0, 0)
|
cursor::Goto(1, 1)
|
||||||
)?;
|
)?;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue