From 813c1e72921d9cc260912a120c6369c952095f45 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 11 Jun 2023 10:39:52 -0700 Subject: [PATCH] Fixed a minor bug --- src/command/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/mod.rs b/src/command/mod.rs index c8c6fa2..3926b97 100644 --- a/src/command/mod.rs +++ b/src/command/mod.rs @@ -90,7 +90,7 @@ pub fn do_command( stdout, "{}{}", clear::All, - cursor::Goto(0, 0) + cursor::Goto(1, 1) )?; },