Repro:
$ tmux
$ echo $TERM
screen
$ tmux -V
tmux 2.8
$ tmux show-option -sv default-terminal
screen
$ grep default ~/.tmux.conf
$
$ tmux set-option -s default-terminal screen-256color
$ tmux show-option -sv default-terminal
screen-256color
$
Not sure how to fix this in an easy way.