mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 03:25:45 +00:00
comment
This commit is contained in:
parent
1f2098707c
commit
c6287668ee
@ -1113,6 +1113,8 @@ Screen.prototype.draw = function(start, end) {
|
||||
// are it does not support UTF8. This is probably
|
||||
// the "safest" way to do this. Should fix things
|
||||
// like sun-color.
|
||||
// NOTE: It could be the case that the $LANG
|
||||
// is all that matters in some cases:
|
||||
// if (!this.tput.unicode && ch > '~') {
|
||||
if (!this.tput.unicode && this.tput.numbers.U8 !== 1 && ch > '~') {
|
||||
ch = this.tput.utoa[ch] || '?';
|
||||
|
Loading…
x
Reference in New Issue
Block a user