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 attach-session -t itmult

would there be any way to automate the setting of TERM, in the
respective windows?

Craig

On Tue, 2011-09-20 at 11:08 +0100, Rob wrote:

> On 20 September 2011 09:12,  <craigj...@optusnet.com.au> 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 launching topas.
> setenv TERM xterm || export TERM=xterm
> topas
> 
> Rob


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to