cursor_position property
Provides ways to retrieve and update the cursor position.
Implementation
@override
late final SneathCursorPositionDelegate cursor_position =
SneathCursorPositionDelegateImpl(
terminal,
(final new_raw_mode) => set_raw_mode(new_raw_mode),
);