Skip to content

Commit e90d608

Browse files
committed
\x1b or \x1d ?
1 parent 2c103d6 commit e90d608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ _.TEXT_FORMAT = {
8686
var widthDec = (width - 1) * 16;
8787
var heightDec = height - 1;
8888
var sizeDec = widthDec+heightDec;
89-
return '\x1b\x21'+String.fromCharCode(sizeDec);
89+
return '\x1d\x21'+String.fromCharCode(sizeDec);
9090
},
9191

9292
TXT_HEIGHT : {

0 commit comments

Comments
 (0)