From 6cb640c0e5eb51fffb97435653290e0dd480fb8d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 4 Aug 2013 08:46:26 -0500 Subject: [PATCH] remove non-printable chars from comment. --- lib/tput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tput.js b/lib/tput.js index c0dc779..3d61038 100644 --- a/lib/tput.js +++ b/lib/tput.js @@ -1931,7 +1931,7 @@ Tput.prototype.detectBrokenACS = function(info) { } // PC alternate charset - // if (acsc.indexOf('+\x10,\x11-\x18.\x190�`\x04a�f�g�h') === 0) { + // if (acsc.indexOf('+\x10,\x11-\x18.\x190') === 0) { if (this.detectPCRomSet(info)) { return true; }