Lines Matching refs:stdout
34 # allow '-' for stdin/stdout
39 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
107 sys.stdout.write('\n')
114 sys.stdout.write('\r')
116 sys.stdout.write('\x1b[%dA' % (shrink-1-i))
117 sys.stdout.write('\x1b[K')
119 sys.stdout.write('\x1b[%dB' % (shrink-1-i))
120 sys.stdout.write('\x1b[%dA' % shrink)
125 sys.stdout.write('\r')
127 sys.stdout.write('\x1b[%dA' % (len(self.lines)-1-i))
128 sys.stdout.write('\x1b[K')
129 sys.stdout.write('\x1b[?7l')
130 sys.stdout.write(line)
131 sys.stdout.write('\x1b[?7h')
133 sys.stdout.write('\x1b[%dB' % (len(self.lines)-1-i))
134 sys.stdout.flush()
149 ring = sys.stdout
165 stdout=spty,
220 sys.stdout.write('\n')
245 help="Pipe directly to stdout.")