diff --git a/example/blessed-telnet.js b/example/blessed-telnet.js index 4808bac..69fa8a1 100755 --- a/example/blessed-telnet.js +++ b/example/blessed-telnet.js @@ -76,7 +76,8 @@ var server = telnet.createServer(function(client) { smartCSR: true, input: client, output: client, - terminal: 'xterm-256color' + terminal: 'xterm-256color', + fullUnicode: true }); client.on('close', function() {