]> andersk Git - test.git/blobdiff - shellinabox/vt100.js
Fix some scaling related issues. This fix is thanks to some
[test.git] / shellinabox / vt100.js
index 329e3930cddedb7a7972fb0f77aa799be39fc91a..6e2dd28502d66c86a13a6d4d78f699454e93bbc0 100644 (file)
@@ -1962,7 +1962,7 @@ VT100.prototype.toggleCursorBlinking = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.10 (revision 217)" +
+  alert("VT100 Terminal Emulator " + "2.10 (revision 218)" +
         "\nCopyright 2008-2010 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
This page took 0.119797 seconds and 4 git commands to generate.