utils/message: don't try to clear lines for non-interactive ttys
shutil.get_terminal_size().columns is 0 for non-interactive terminals, resulting in a division by zero
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
shutil.get_terminal_size().columns is 0 for non-interactive terminals, resulting in a division by zero