mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Clean up script run interaction text
This commit is contained in:
parent
be4fc0908f
commit
8f77ad5830
4 changed files with 13 additions and 6 deletions
|
|
@ -247,3 +247,8 @@ int execute_shell_command(int fd, const char *command)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void clear_line()
|
||||
{
|
||||
print("\r\033[K");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue