diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java index 1e0b52b..f9ded45 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java @@ -168,6 +168,7 @@ public class FourCornerZionStenoLexer { inputIndex = 0; currLine = 0; currCol = 0; // allow reuse of lexer + decModeReset(); handlerDocument.strobeDocumentAlpha(); while (true) { ScanResult run = ScanResult.DONE;