From 2e6ce727ff28fce324b47c010ebf58ea8f84e802 Mon Sep 17 00:00:00 2001 From: Tiana Lemesle Date: Thu, 8 Jul 2021 10:40:23 +0200 Subject: [PATCH] :sparkles: Add SSH session title --- lib/tui/index.js | 1 + 1 file changed, 1 insertion(+) 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,