Glenn Lagasse wrote: > > Do you have a .screenrc on Solaris 10 that is different than on your > os2009.06 box? > > If you don't specify a term type (via the term keyword) in your > .screenrc, then screen defaults to the 'screen' term type. In my > .screenrc I set it to xtermc: > > term xtermc >
unfortunately not, i don't have .screenrc. And if i create it on os2009.06, it doesn't change nothing, the workaround is to change the TERM env before calling screen if i want to see the scrollbar. Another workaround i found: - when a gnome-terminal is launched, TERM is 'xterm' - change TERM to 'vt100' - ssh to os2009.06, TERM is now vt100 and scrollbar is ok Another workaround with .screenrc, is the following: termcapinfo xterm ti@:te@ but only needed with os2009.06 Another bad thing with screen is that because TERM is 'screen', on solaris 10, i always have: tcsh: using dumb terminal settings. fury-root% echo $TERM screen Is there a way to modify solaris 10 to be aware of screen? thanks for your help, gerard