mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-25 02:08:59 +00:00
fix 鹃 when bold in eaw test.
This commit is contained in:
parent
e21a470853
commit
fe4a807042
@ -19,8 +19,8 @@ screen = blessed.screen({
|
||||
|
||||
// du juan (dou gyun?)
|
||||
var DU = '杜';
|
||||
// NOTE: JUAN is not displayed correctly in rxvt-unicode from
|
||||
// blessed, but normally from any other node program.
|
||||
// NOTE: {bold} breaks JUAN in rxvt-unicode!!
|
||||
// BREAKS: console.log('\x1b[1m杜鹃\x1b[m');
|
||||
var JUAN = '鹃';
|
||||
|
||||
// var DU = '杜';
|
||||
@ -135,7 +135,9 @@ var main = blessed.box({
|
||||
border: 'line',
|
||||
draggable: true,
|
||||
tags: true,
|
||||
content: '{black-bg}{blue-fg}{bold}' + lorem + '{/}',
|
||||
// content: '{black-bg}{blue-fg}{bold}' + lorem + '{/}',
|
||||
// XXX {bold} breaks JUAN!
|
||||
content: '{black-bg}{light-blue-fg}' + lorem + '{/}',
|
||||
scrollable: true,
|
||||
alwaysScroll: true,
|
||||
keys: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user