Lines Matching refs:stdout
139 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
207 sys.stdout.write('\n')
214 sys.stdout.write('\r')
216 sys.stdout.write('\x1b[%dA' % (shrink-1-i))
217 sys.stdout.write('\x1b[K')
219 sys.stdout.write('\x1b[%dB' % (shrink-1-i))
220 sys.stdout.write('\x1b[%dA' % shrink)
225 sys.stdout.write('\r')
227 sys.stdout.write('\x1b[%dA' % (len(self.lines)-1-i))
228 sys.stdout.write('\x1b[K')
229 sys.stdout.write('\x1b[?7l')
230 sys.stdout.write(line)
231 sys.stdout.write('\x1b[?7h')
233 sys.stdout.write('\x1b[%dB' % (len(self.lines)-1-i))
234 sys.stdout.flush()
853 color = sys.stdout.isatty()
1353 draw(sys.stdout)
1372 draw(sys.stdout)
1377 sys.stdout.write('\n')
1379 draw(sys.stdout)