We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66ffa3 commit 2c103d6Copy full SHA for 2c103d6
commands.js
@@ -86,7 +86,7 @@ _.TEXT_FORMAT = {
86
var widthDec = (width - 1) * 16;
87
var heightDec = height - 1;
88
var sizeDec = widthDec+heightDec;
89
- return '\x1d\x21'+String.fromCharCode(sizeDec);
+ return '\x1b\x21'+String.fromCharCode(sizeDec);
90
},
91
92
TXT_HEIGHT : {
0 commit comments