=== modified file 'tmux-launch' --- tmux-launch 2013-06-04 19:46:54 +0000 +++ tmux-launch 2012-10-23 12:48:39 +0000 @@ -1,5 +1,3 @@ #!/bin/sh -stty -ixoff -ixon -# use xpra if available -#test -S ~/.xpra/$(hostname)-7 && export DISPLAY=:7 +stty xon none xoff none exec tmux -2 new-session "$*" \; set status off