]> andersk Git - test.git/blobdiff - demo/vt100.js
Removed a VLA that can trip up some compilers.
[test.git] / demo / vt100.js
index 6b25ce5babecd186f9ba34c60411f50085a29788..0cab41f084ff6ad822b8de5e280f99f2f979e892 100644 (file)
@@ -2402,7 +2402,7 @@ VT100.prototype.toggleCursorBlinking = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.10 (revision 225)" +
+  alert("VT100 Terminal Emulator " + "2.10 (revision 228)" +
         "\nCopyright 2008-2010 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
This page took 0.051444 seconds and 4 git commands to generate.