mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +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() {
|
void Shell::erase_current_line() {
|
||||||
print("\033[0G\033[K");
|
print("\033[G\033[K");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Shell::erase_characters(size_t count) {
|
void Shell::erase_characters(size_t count) {
|
||||||
|
|||||||
Reference in New Issue
Block a user