When installing tmux on a fresh environment without installing ncurses, the execution of tmux fails with the can't find terminfo database message.
After installing ncurses, tmux executes correctly.
To solve the situation, the installation of tmux through zopen should require the installation of ncurses as a dependency.
When installing tmux on a fresh environment without installing ncurses, the execution of tmux fails with the
can't find terminfo database
message. After installing ncurses, tmux executes correctly. To solve the situation, the installation of tmux through zopen should require the installation of ncurses as a dependency.