Hi! After upgrading to today's snapshot (amd64, April 22) tmux refused to load with exit status 1 and error message 'lost server'. I quickly found the culprit in my .tmux.conf; a left over experimental if-shell statement I used a while ago when I needed nested tmux sessions:
if-shell "echo $SSH_TTY | grep /dev/ttyp" "set -g prefix C-r" "set -g prefix C-Space" After commenting out the if-shell statement tmux loads fine, but – why did this cause tmux not to load in the first place? Running the statement as a command in tmux as soon tmux is running works just fine!? Erling -- Erling Westenvik