comparison 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
comparison
equal deleted inserted replaced
6:21738794755e 7:d1b3c3af34d6
268 return; 268 return;
269 } 269 }
270 270
271 function setup() { 271 function setup() {
272 keyHexCodes.init(); 272 keyHexCodes.init();
273 termemu.init("termwrap", 24, 80); 273 termemu.init("termwrap", 25, 80);
274 setTitle("Not connected."); 274 setTitle("Not connected.");
275 return; 275 return;
276 } 276 }
277 277
278 function toggleshift() { 278 function toggleshift() {