enable full unicode for blessed-telnet example.
This commit is contained in:
parent
20636913e5
commit
c1670137ae
|
@ -76,7 +76,8 @@ var server = telnet.createServer(function(client) {
|
||||||
smartCSR: true,
|
smartCSR: true,
|
||||||
input: client,
|
input: client,
|
||||||
output: client,
|
output: client,
|
||||||
terminal: 'xterm-256color'
|
terminal: 'xterm-256color',
|
||||||
|
fullUnicode: true
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('close', function() {
|
client.on('close', function() {
|
||||||
|
|
Loading…
Reference in New Issue