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

Commit 6286f8ec authored by Chong Zhang's avatar Chong Zhang
Browse files

reset col position to 1 on row PAC

bug: 19284568
Change-Id: I7d439027ab6411bcd5c149580babee80dc5f9478
parent 3548de60
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);
        }