WebTTY: switch terminal size to 80x25.
This commit is contained in:
parent
f40a08f3ef
commit
f29453c763
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue