mirror of
https://github.com/chjj/blessed.git
synced 2026-02-06 13:51:52 +00:00
unicode.
This commit is contained in:
parent
62cec50eb0
commit
dfb87e2037
@ -19,6 +19,7 @@ screen = blessed.screen({
|
||||
var DOUBLE = String.fromCodePoint
|
||||
? String.fromCodePoint(0x675c)
|
||||
: String.fromCharCode(0x675c);
|
||||
// var DOUBLE = String.fromCodePoint(0x1F250);
|
||||
|
||||
// var SURROGATE_DOUBLE = '𰀀';
|
||||
var SURROGATE_DOUBLE = String.fromCodePoint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user