From 252bbc09cfe1068060714fd43f6524bc57e3cee6 Mon Sep 17 00:00:00 2001 From: jainharshil11 Date: Sat, 26 Oct 2019 00:56:48 +0530 Subject: [PATCH] Fixing footer appearance after terminal resize --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index d39ed08..0675427 100644 --- a/app.js +++ b/app.js @@ -568,6 +568,7 @@ const App = ((() => { }) processList.append(processListSelection) processListSelection.focus() + drawFooter() //Footer appears even after resizing the terminal screen.render() } @@ -644,4 +645,4 @@ const App = ((() => { } })()) -App.init() +App.init() \ No newline at end of file