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

Commit 3968f0c2 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

* commit 'eceae03f':
  reset col position to 1 on row PAC
parents cbe32de4 eceae03f
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);
        }