Is your feature request related to a problem? Please describe.
ANSI escape codes support moving the cursor to 0,0 using \x1b[H, but right now I need to use MoveTo(0,0). It does the same thing, but it's more characters. This isn't a big deal, but I need those nanoseconds.
Describe the solution you'd like
Add Home, which homes the cursor.
Is your feature request related to a problem? Please describe.
ANSI escape codes support moving the cursor to 0,0 using
\x1b[H, but right now I need to use MoveTo(0,0). It does the same thing, but it's more characters. This isn't a big deal, but I need those nanoseconds.Describe the solution you'd like
Add
Home, which homes the cursor.