yterm

commit 63c76ad683a6d613760ced99599ca264a1d0fcf4

Author: mesyeti <mesyeti@mesyeti.uk>

fix last commit

 source/terminal.c | 2 +-


diff --git a/source/terminal.c b/source/terminal.c
index 7f74480200060344ef0c91466c1bab6f3f1feb95..b4312d85edb82ba51d0f5cae601812f372c26d1f 100644
--- a/source/terminal.c
+++ b/source/terminal.c
@@ -44,7 +44,7 @@
 		Interpreter_OnRead((Interpreter*) terminal->interpreter, terminal, (UChar) ch);
 
 		++ it;
-		if (it > 64) return;
+		if (it > 4096) return;
 	}
 }