mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-03 06:34:05 +00:00
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…
x
Reference in New Issue
Block a user