comment.
This commit is contained in:
parent
b5be1f318d
commit
8aa718c280
|
@ -758,6 +758,7 @@ Screen.prototype.draw = function(start, end) {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Figure out a way to detect utf8 terminals.
|
||||
if (this.tput && this.tput.strings.enter_alt_charset_mode && SCLD[ch]) {
|
||||
ch = this.tput.smacs() + SCLD[ch] + this.tput.rmacs();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue