Searched refs:term_width (Results 1 – 2 of 2) sorted by relevance
47 def term_width(): function110 doc_text = textwrap.fill(attr.yaml['doc'], width=term_width(),270 pprint.pprint(msg, width=term_width(), compact=True)
1342 (x, term_width) = self.screen.getmaxyx()1345 start = (term_width - len(line)) // 21348 self.screen.addstr(row + 1, (term_width - len(hint)) // 2, hint,