Make the emulator screen resizable.
This commit is contained in:
parent
5b0be4c820
commit
02cc454ad1
4 changed files with 95 additions and 12 deletions
|
|
@ -405,7 +405,7 @@ function textsize(larger) {
|
|||
nsize = 48;
|
||||
}
|
||||
document.getElementById("term").style.fontSize = nsize.toString() + "px";
|
||||
termemu.resize();
|
||||
termemu.fixsize();
|
||||
debug(1, "Changing font size to " + nsize.toString());
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue