mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-24 18:00:45 +00:00
cleanup eaw test.
This commit is contained in:
parent
da368f58d9
commit
b753a8c492
@ -10,20 +10,9 @@ screen = blessed.screen({
|
|||||||
fullUnicode: ~process.argv.indexOf('-') ? false : true
|
fullUnicode: ~process.argv.indexOf('-') ? false : true
|
||||||
});
|
});
|
||||||
|
|
||||||
// screen.options.fullUnicode = false;
|
|
||||||
// screen.fullUnicode = false;
|
|
||||||
// screen._unicode = false;
|
|
||||||
// screen.tput.unicode = false;
|
|
||||||
// screen.tput.numbers.U8 = -1;
|
|
||||||
// screen.tput.strings.enter_alt_charset_mode = false;
|
|
||||||
|
|
||||||
// du juan (dou gyun?)
|
|
||||||
|
|
||||||
// var DU = '杜';
|
// var DU = '杜';
|
||||||
var DU = unicode.fromCodePoint(0x675C);
|
var DU = unicode.fromCodePoint(0x675C);
|
||||||
|
|
||||||
// NOTE: {bold} breaks JUAN in rxvt-unicode!!
|
|
||||||
// BREAKS: console.log('\x1b[1m杜鹃\x1b[m');
|
|
||||||
// var JUAN = '鹃';
|
// var JUAN = '鹃';
|
||||||
var JUAN = unicode.fromCodePoint(0x9E43);
|
var JUAN = unicode.fromCodePoint(0x9E43);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user