From d507f6794fd3a914355aec7e14b5d7b7f8a5c767 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 17 Aug 2021 16:42:26 +0200 Subject: [PATCH] bundles/apt: ensure we have ncurses-term If that's not installed, we get weird drawing issues in tmux. --- bundles/apt/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 8655d50..7d40483 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -111,6 +111,7 @@ pkg_apt = { 'mount': {}, 'mtr': {}, 'ncdu': {}, + 'ncurses-term': {}, 'netcat': {}, 'nmap': {}, 'python3': {},