update scripts

This commit is contained in:
Richard Yan
2025-01-30 18:03:21 -08:00
parent 7a88736430
commit ce3fa99465
6 changed files with 135 additions and 28 deletions

View File

@@ -156,7 +156,9 @@ def main():
print(translated_line, end='')
sys.stdout.flush()
print("")
print("\033[s", end='')
print("\033[" + str(lineno) + "H\033[2K\033[1m" + run_label, "DONE", "\033[0m", end='')
print("\033[u", end='', flush=True)
if __name__ == '__main__':
main()