mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-01 21:57:17 +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…
x
Reference in New Issue
Block a user