Remove remaining mentions of curses

This commit is contained in:
Fabian Boehm
2024-02-23 16:36:10 +01:00
parent 8712bd5a4b
commit f62f1aaf99
25 changed files with 14 additions and 43 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install deps
run: |
sudo apt install gettext libncurses5-dev libpcre2-dev python3-pip tmux
sudo apt install gettext libpcre2-dev python3-pip tmux
sudo pip3 install pexpect
- name: cmake
run: |