#To fix the issue, I have set up an alias in ~/.zshrc:
alias tmux=”TERM=screen-256color-bce tmux”

#And set up the default-terminal option in ~/.tmux.conf:
set -g default-terminal “screen-256color”