cursorCharForward function
Move the selection one character forward (in logical order).
Implementation
bool cursorCharForward(StateCommandTarget target) => _cursorByChar(target, true);
Move the selection one character forward (in logical order).
bool cursorCharForward(StateCommandTarget target) => _cursorByChar(target, true);