diff --git a/js/canvas1.ts b/js/canvas1.ts index 3de909e..c30a5aa 100644 --- a/js/canvas1.ts +++ b/js/canvas1.ts @@ -78,7 +78,7 @@ export class TextPage { } this._col = 0; this._row++; - } else { + } else if (val >= 0x20) { this._buffer[this._row][this._col] = val; this._col++; if (this._col > 39) {