Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb54267e authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

am 6cad6513: Merge "reset col position to 1 on row PAC" into lmp-mr1-dev automerge: eceae03f

automerge: 3968f0c2

* commit '3968f0c2':
  reset col position to 1 on row PAC
parents b989c556 3968f0c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -666,7 +666,7 @@ class CCParser {
            if (pac.isIndentPAC()) {
                moveCursorTo(pac.getRow(), pac.getCol());
            } else {
                moveCursorToRow(pac.getRow());
                moveCursorTo(pac.getRow(), 1);
            }
            getLineBuffer(mRow).setPACAt(mCol, pac);
        }