cleanup eaw test.

This commit is contained in:
Christopher Jeffrey 2015-04-26 06:56:56 -07:00
parent da368f58d9
commit b753a8c492
1 changed files with 0 additions and 11 deletions

View File

@ -10,20 +10,9 @@ screen = blessed.screen({
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 = unicode.fromCodePoint(0x675C);
// NOTE: {bold} breaks JUAN in rxvt-unicode!!
// BREAKS: console.log('\x1b[1m杜鹃\x1b[m');
// var JUAN = '鹃';
var JUAN = unicode.fromCodePoint(0x9E43);