Searched defs:writerImpl (Results 1 – 1 of 1) sorted by relevance
91 type writerImpl struct { struct92 stdio StdioInterface94 haveBlankLine bool98 lock sync.Mutex100 smartTerminal bool101 stripEscapes bool104 func (w *writerImpl) isSmartTerminal() bool {108 func (w *writerImpl) requestLine() {115 func (w *writerImpl) Print(str string) {125 func (w *writerImpl) print(str string) {[all …]