This commit is contained in:
develar
2012-10-18 18:35:04 +04:00
parent 5ba7a0a8fa
commit af75857523
@@ -78,6 +78,9 @@ public class TextOutputImpl implements TextOutput {
line++; line++;
column = 0; column = 0;
justNewlined = true; justNewlined = true;
if (outListener != null) {
outListener.newLined();
}
} }
@Override @Override