Home
last modified time | relevance | path

Searched refs:term_width (Results 1 – 2 of 2) sorted by relevance

/linux/tools/net/ynl/pyynl/
H A Dcli.py47 def term_width(): function
110 doc_text = textwrap.fill(attr.yaml['doc'], width=term_width(),
270 pprint.pprint(msg, width=term_width(), compact=True)
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1342 (x, term_width) = self.screen.getmaxyx()
1345 start = (term_width - len(line)) // 2
1348 self.screen.addstr(row + 1, (term_width - len(hint)) // 2, hint,