Versions in this module Expand all Collapse all v1 v1.0.0 Mar 23, 2024 Changes in this version + const CSI + type LineClear int + const CURSOR_BACKWARDS + const CURSOR_FORWARD + const FULL + type Window interface + ClearLine func(LineClear) + ClearWindow func(LineClear) + GetWindowSize func() WindowSize + MoveCursor func(x int, y int) + RestoreCursor func() + SaveCursor func() + ScrollPage func(int) + SetCursorColumn func(x int) + SetCursorPosition func(x int, y int) + SetWindowSize func(size WindowSize) Window + SetWriter func(writer io.Writer) Window + Write func([]byte) (int, error) + func NewWindow() Window + type WindowSize struct + Height int + Width int