WebTTY: switch terminal size to 80x25.

This commit is contained in:
John "Elwin" Edwards 2012-05-07 16:03:10 -07:00
parent f40a08f3ef
commit f29453c763
2 changed files with 3 additions and 2 deletions

View file

@ -270,7 +270,7 @@ function vkey(c) {
function setup() {
keyHexCodes.init();
termemu.init("termwrap", 24, 80);
termemu.init("termwrap", 25, 80);
setTitle("Not connected.");
return;
}