diff shterm.js @ 7:d1b3c3af34d6

WebTTY: switch terminal size to 80x25.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 07 May 2012 16:03:10 -0700
parents 21738794755e
children 826a7ced69f8
line wrap: on
line diff
--- a/shterm.js	Mon May 07 13:08:24 2012 -0700
+++ b/shterm.js	Mon May 07 16:03:10 2012 -0700
@@ -270,7 +270,7 @@
 
 function setup() {
   keyHexCodes.init();
-  termemu.init("termwrap", 24, 80);
+  termemu.init("termwrap", 25, 80);
   setTitle("Not connected.");
   return;
 }