mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-20 15:58:50 +00:00
force unicode when browserified for now. see #158.
This commit is contained in:
parent
6e409f2789
commit
1628e7d629
@ -68,6 +68,10 @@ function readMethods() {
|
|||||||
this.terminal = TERMCAP_NAME;
|
this.terminal = TERMCAP_NAME;
|
||||||
return this._readTermcap(this.terminal);
|
return this._readTermcap(this.terminal);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Tput.prototype.detectUnicode = function() {
|
||||||
|
return true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
readMethods = readMethods.toString().slice(24, -2)
|
readMethods = readMethods.toString().slice(24, -2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user