void selectionStart(int row, int col, bool rightHalf, int kind) { _engine?.selectionStart(row, col, rightHalf, kind); _selectionActive = true; notifyListeners(); }