cursorCharForward function

bool cursorCharForward(
  1. StateCommandTarget target
)

Move the selection one character forward (in logical order).

Implementation

bool cursorCharForward(StateCommandTarget target) => _cursorByChar(target, true);