On 8/22/05, Aaron Griffin <[EMAIL PROTECTED]> wrote: > This is a terminfo issue - I had the same thing with centericq... > > I solved this by including the following in my bashrc: > > alias screen="TERM=screen screen" >
seems like this issue has more to with the initial $TERM value when calling screen, than the actual value that you set it to!! For example, if u set TERM=vt100 before running screen, that'll fix it as well. I find one common thing among my problem consoles (tried running xterm, and konsole) that are having this problem - both of them have $TERM set to 'xterm' initially. Could this be the one that's really giving the problem here? and how could we fix this? (I'm talking about fixing the root of the problem, not the symptoms) I'm not even so sure how the term info is handled in arch presently - could somebody enlighten me? I only know about the presence of this thing called 'termcap-compat' in my system, but that's about it. Everything else is blur to me. Even the old /etc/termcap is gone. thanks, -jf _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
