# Functions
Create creates a new Editor instance.
# Constants
BarBackground is the background color of title/status bars.
BarForeground is the foreground color of title/status bars.
BoolAnswerCancel represents a cancelled prompt.
BoolAnswerNo represents a "No" answer.
BoolAnswerYes represents a "Yes" answer.
CursorMoveDown moves the cursor down one row.
CursorMoveLeft moves the cursor left one column.
CursorMoveLineEnd moves the cursor to the end of the line.
CursorMoveLineStart moves the cursor to the first non-whitespace character of the line, or the first character of the line if the cursor is already on the first non-whitespace character.
CursorMovePageDown moves the cursor down by the height of the screen.
CursorMovePageUp moves the cursor up by the height of the screen.
CursorMoveRight moves the cursor right one column.
CursorMoveUp moves the cursor up one row.
# Type aliases
BoolAnswer represents a boolean answer choice.
CursorMove is a type of cursor movement.