cursorCharRight function
Move the selection one character to the right.
Implementation
bool cursorCharRight(StateCommandTarget target) => _cursorByChar(target, true);
Move the selection one character to the right.
bool cursorCharRight(StateCommandTarget target) => _cursorByChar(target, true);