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