mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 03:25:45 +00:00
remove non-printable chars from comment.
This commit is contained in:
parent
abd89d3aee
commit
6cb640c0e5
@ -1931,7 +1931,7 @@ Tput.prototype.detectBrokenACS = function(info) {
|
||||
}
|
||||
|
||||
// PC alternate charset
|
||||
// if (acsc.indexOf('+\x10,\x11-\x18.\x190<EFBFBD>`\x04a<34>f<EFBFBD>g<EFBFBD>h') === 0) {
|
||||
// if (acsc.indexOf('+\x10,\x11-\x18.\x190') === 0) {
|
||||
if (this.detectPCRomSet(info)) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user