pyufunc.terminal_height# pyufunc.terminal_height()# Get the terminal height. Returns: the terminal height Return type: int Example >>> from pyufunc import get_terminal_height >>> get_terminal_height() 24 >>> get_terminal_height() 32