Module zut.term

Write temporary text on the console.

Functions

erase_transient(*[, stdout])

Erase text written using write_transient().

write_transient(text, *[, stdout, newline, ...])

Write text to the terminal, keeping track of what was written, so that it can be erased later.