mirror of
https://github.com/chjj/blessed.git
synced 2026-02-06 11:42:01 +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;
|
||||
return this._readTermcap(this.terminal);
|
||||
};
|
||||
|
||||
Tput.prototype.detectUnicode = function() {
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
readMethods = readMethods.toString().slice(24, -2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user