fix erase line

This commit is contained in:
proddy
2023-12-28 10:32:59 +01:00
parent 12671f7ed3
commit b928ad89d9

View File

@@ -90,7 +90,7 @@ void Shell::print_all_available_commands() {
}
void Shell::erase_current_line() {
print("\033[0G\033[K");
print("\033[G\033[K");
}
void Shell::erase_characters(size_t count) {