This is the only I get when running tmux with my .bashrc loaded:
developer@dev01:~/workspace/tmux-1.6 $ ./tmux
This is my .bashrc file's chunk which causes this behaviour:
http://pastebin.com/nNE8ERXv . Sorry for a big dump, but I really dont
understand which lines matters.
To provide more info
ion and add new line if we're not in first column
> exec < /dev/tty
> local OLDSTTY=$(stty -g)
> stty raw -echo min 0
> echo -en "\033[6n" > /dev/tty && read -sdR CURPOS
> stty $OLDSTTY
> [[ ${CURPOS##*;} -gt 1 ]] && echo &q