def format_HR(self, border, size=os.get_terminal_size().columns-1): """ Returns a Horizontal Rule of length size """ return border*size