Re: "Remove dead screens" message when session exists

2005-04-16 Thread Frederik Eaton
Thanks for the reply. Yes, they are alive. When I exit the new session which is erroneously started by screen and try again I always get the old session back. It only happens to me when I run an alias which is of the form "ssh -t host screen -d -RS sessionname", and it only happens when I haven't

Re: "Remove dead screens" message when session exists

2005-04-16 Thread Leslie Harlley Watter
Hi Frederik, hmmm, are you sure your screen sessions are alive? here, when type: $ screen -list And have more than one screen session like this: 12:39 [EMAIL PROTECTED] ~> screen -list There are screens on: 5815.pts-1.cronos (Attached) 6150.pts-7.cronos (Detached)

"Remove dead screens" message when session exists

2005-04-16 Thread Frederik Eaton
Hi, About every other time I try to attach an existing session on a certain host I'm getting a message, something like "Remove dead screens with -wipe", and then it starts a new screen session instead of attaching the one I requested. Is there a way to fix this? I thought the connections were done

Re: -X bug?

2005-04-16 Thread Frederik Eaton
Are there any plans to fix this? I'll probably go back to 3.9.15 if there aren't... I haven't been using "-X next", but I have been using "-X escape" heavily and that's broken too. What was new in version 4? Also, there are several mailing addresses given in the screen distro, are these live? For

disable "-" indicator of previous window in flags?

2005-04-16 Thread Miernik
I have the following line in my .screenrc : hardstatus alwayslastline "%-Lw%{+r}%50>%n%f %t%{-}%+Lw" where %w means all window numbers and names and the window flags if 'L' is given. So my hardstatus line looks for example like this: 1$ irc 2!$ jab 3-$ mail 4$ news 5$ www One of the poss