Thnx Rob, that worked.
If I am using this shell script to start things :-
tmux new-session -d -s itmult
sleep 2
tmux neww -a -n 'fred' 'ssh -X clister@fred'
tmux neww -a -n 'fred1' 'ssh -X clister@fred1'
tmux neww -a -n 'fred2' 'ssh -X clister@fred2'
tmux select-window -t itmult:fred2
tmux -2 a
On 20 September 2011 09:12, wrote:
> The aix command topas does not seem to work inside tmux. After I ssh to my
> aix box and try to run topas(a top like app for aix) I get this error :-
> Terminal screen is unknown
>
> Can anyone help?
Try setting $TERM to xterm, while inside tmux, then launch