Documentation ¶
Overview ¶
Package dotwriter implements a buffered Writer for updating progress on the terminal.
Index ¶
Constants ¶
View Source
const ESC = 27
ESC is the ASCII code for escape character
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer buffers writes until Flush is called. Flush clears previously written lines before writing new lines from the buffer. The main logic is platform specific, see the related files.
Click to show internal directories.
Click to hide internal directories.