Using tmux in a script, tmux produces messages like [remote detached from 585664.devpts0] or [exited]
How can these messages be suppressed?
I use in config
set -g visual-bell off
set -g status off;
set -g visual-activity off
and 2>/dev/null for all the tmux commands, but I can't get rid of the messages.