mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-25 18:29:26 +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
|
// are it does not support UTF8. This is probably
|
||||||
// the "safest" way to do this. Should fix things
|
// the "safest" way to do this. Should fix things
|
||||||
// like sun-color.
|
// 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 && ch > '~') {
|
||||||
if (!this.tput.unicode && this.tput.numbers.U8 !== 1 && ch > '~') {
|
if (!this.tput.unicode && this.tput.numbers.U8 !== 1 && ch > '~') {
|
||||||
ch = this.tput.utoa[ch] || '?';
|
ch = this.tput.utoa[ch] || '?';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user