diff --git a/lib/tui/index.js b/lib/tui/index.js index c8369fb..e427e29 100644 --- a/lib/tui/index.js +++ b/lib/tui/index.js @@ -37,6 +37,7 @@ const getStream = session => new Promise(resolve => { }); const getScreen = stream => blessed.screen({ + title: 'SSHception', smartCSR: true, terminal: 'xterm-256color', input: stream.stdout,