mirror of
https://github.com/chjj/blessed.git
synced 2026-02-06 11:22:09 +00:00
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
Block a user