Re: Please help building tmux on Solaris 10 and a suggestion

2012-08-14 Thread John Long
On Mon, Aug 13, 2012 at 09:22:04AM +0100, Nicholas Marriott wrote: > TERM=screen is normally correct but I suspect that since you are having > to change it to xterm, the screen entry on Solaris doesn't include some > stuff tmux needs. > > You could try installing GNU ncurses and linking tmux again

Re: Please help building tmux on Solaris 10 and a suggestion

2012-08-13 Thread Nicholas Marriott
TERM=screen is normally correct but I suspect that since you are having to change it to xterm, the screen entry on Solaris doesn't include some stuff tmux needs. You could try installing GNU ncurses and linking tmux against that. On Mon, Aug 13, 2012 at 07:04:18AM +, John Long wrote: > On S

Re: Please help building tmux on Solaris 10 and a suggestion

2012-08-13 Thread John Long
On Sun, Aug 12, 2012 at 07:51:44PM +0100, Nicholas Marriott wrote: > Oh sorry I misread your mail. What does "echo $TERM" show inside tmux, > before you do the export command? screen This must mean something, but what?! Thanks again. -

Re: Please help building tmux on Solaris 10 and a suggestion

2012-08-12 Thread Nicholas Marriott
Oh sorry I misread your mail. What does "echo $TERM" show inside tmux, before you do the export command? On Sun, Aug 12, 2012 at 10:33:20AM +, John Long wrote: > On Sat, Aug 11, 2012 at 08:28:52AM +0100, Nicholas Marriott wrote: > > Hi > > > > Does using TERM=vt220 help? > > Hi and sorry fo