Fixed a typo that could occasionally corrupt the default font.
git-svn-id: https://shellinabox.googlecode.com/svn/trunk@45 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
parent
1db2a6f7c6
commit
f16b2cb543
1 changed files with 1 additions and 1 deletions
|
@ -2518,7 +2518,7 @@ VT100.prototype.doControl = function(ch) {
|
||||||
this.translate = this.GMap[1];
|
this.translate = this.GMap[1];
|
||||||
this.dispCtrl = true; break;
|
this.dispCtrl = true; break;
|
||||||
case 0x0F: this.useGMap = 0;
|
case 0x0F: this.useGMap = 0;
|
||||||
this.translate = this.GMap[1];
|
this.translate = this.GMap[0];
|
||||||
this.dispCtrl = false; break;
|
this.dispCtrl = false; break;
|
||||||
case 0x18:
|
case 0x18:
|
||||||
case 0x1A: this.isEsc = ESnormal; break;
|
case 0x1A: this.isEsc = ESnormal; break;
|
||||||
|
|
Loading…
Reference in a new issue