Versions in this module Expand all Collapse all v0 v0.0.6 Dec 2, 2022 Changes in this version + const ASCII_END_COLOR_CODE + const ESC + var ErrClosedPipe = errors.New("uilive: read/write on closed pipe") + var Out = io.Writer(os.Stdout) + var RefreshInterval = time.Millisecond + type FdWriter interface + Fd func() uintptr + type Writer struct + Out io.Writer + RefreshInterval time.Duration + func New() *Writer + func (w *Writer) Bypass() io.Writer + func (w *Writer) Flush() error + func (w *Writer) Listen() + func (w *Writer) Newline() io.Writer + func (w *Writer) Start() + func (w *Writer) Stop() + func (w *Writer) Write(buf []byte) (n int, err error)