Clean up script run interaction text

This commit is contained in:
Martin Lund 2024-06-15 15:58:08 +02:00
parent be4fc0908f
commit 8f77ad5830
4 changed files with 13 additions and 6 deletions

View file

@ -247,3 +247,8 @@ int execute_shell_command(int fd, const char *command)
return 0;
}
void clear_line()
{
print("\r\033[K");
}