From c1670137ae6dc0e8bdc2a57a1856fc07b18d2b81 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 9 Aug 2015 03:14:03 -0700 Subject: [PATCH] enable full unicode for blessed-telnet example. --- example/blessed-telnet.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {