# Functions
No description provided by the author
ClearTerminal clears the terminal without repositioning the cursor.
No description provided by the author
No description provided by the author
Crop ensures that the supplied text is cropped to the target length.
GetCursorPosition returns row, column or an error.
GetWindowSize returns the size of the window (row, col).
No description provided by the author
Measure returns the number of horizonal space the provided text accounts for.
PadRight pads text to the right, cropping anything over the supplied maxLength, preserving up to n gutter chars on the right.
No description provided by the author
No description provided by the author
No description provided by the author
SetCursorPos sets the current cursor position.
No description provided by the author
No description provided by the author
StripTerminalEscapeSequences removes all terminal escape sequences from the provided string, and returns the remaining string.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author