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 2c103d6 commit e90d608Copy full SHA for e90d608
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 '\x1b\x21'+String.fromCharCode(sizeDec);
+ return '\x1d\x21'+String.fromCharCode(sizeDec);
90
},
91
92
TXT_HEIGHT : {
0 commit comments