mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 06:33:34 -07:00
Fixed a minor bug
This commit is contained in:
@ -90,7 +90,7 @@ pub fn do_command(
|
||||
stdout,
|
||||
"{}{}",
|
||||
clear::All,
|
||||
cursor::Goto(0, 0)
|
||||
cursor::Goto(1, 1)
|
||||
)?;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user