Files
bonobo/bonobo/util/term.py

3 lines
70 B
Python

CLEAR_EOL = "\033[0K"
MOVE_CURSOR_UP = lambda n: "\033[{}A".format(n)