mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix erase line
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user