This commit is contained in:
Christopher Jeffrey 2013-07-13 21:03:03 -05:00
parent b5be1f318d
commit 8aa718c280
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}