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,
|
||||
input: client,
|
||||
output: client,
|
||||
terminal: 'xterm-256color'
|
||||
terminal: 'xterm-256color',
|
||||
fullUnicode: true
|
||||
});
|
||||
|
||||
client.on('close', function() {
|
||||
|
|
Loading…
Reference in New Issue