Documentation ¶
Overview ¶
Package goterminal provides a way to write and re-write the text on console. It works on all platforms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
Writer represents the IO writer which updates the UI and holds the buffer.
func (*Writer) Clear ¶
func (w *Writer) Clear()
Flush moves the cursor to location where last write started and clears the text written using previous Write.
func (*Writer) GetTermDimensions ¶
GetTermDimensions returns the width and height of the current terminal
Click to show internal directories.
Click to hide internal directories.