Re: how to start screen from .bashrc

2006-09-19 Thread Xavier Nicollet
My .screenrc file automatically starts 3 > windows. How do I prevent this loop? I read somewhere that it is not advised to do that. -- Xavier Nicollet http://nicollet.jeru.org/ ___ screen-users mailing list screen-users@gnu.org http://lists.

Re: rearrange the order of windows

2006-03-13 Thread Xavier Nicollet
ost it if you want. c-a " to have the list of your windows then J K to move the windows down and up. Cheers, -- Xavier Nicollet http://nicollet.jeru.org/ ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: problems with 'screen -md'

2006-01-12 Thread Xavier Nicollet
gnores those. screen -t foo foo should work, I guess. -- Xavier Nicollet http://nicollet.jeru.org/ ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: new commands: sockdir, status

2005-11-09 Thread Xavier Nicollet
e as bottom. I guess it could be adapted to provide two status bars (one on top and one on bottom) as requested by some. -- Xavier Nicollet http://nicollet.jeru.org/ ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: dump screen to html

2005-11-03 Thread Xavier Nicollet
st the patch or put some link to it ? I fear to lost the correct indentation by copying it from the web site. -- Xavier Nicollet http://nicollet.jeru.org/ ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: send the input to many ttys simultaneously

2005-10-14 Thread Xavier Nicollet
gt; all ttys/windows in screen. cssh is a good option too. -- Xavier Nicollet http://nicollet.jeru.org/ ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: X cut and paste

2005-09-19 Thread Xavier Nicollet
ned features for the next release: > [...] Is it planned to migrate from k&r style to ansi C one day ? Are there some code cleanup in the way, like taking care of the very big switch/case in the main.c ? -- Xavier Nicollet http://nicollet.jeru.org/ _

Re: patch in progress: moving windows in windowlist

2005-08-27 Thread Xavier Nicollet
Le 24 août 2005 à 15:16, Xavier Nicollet a écrit: > [...] > There are still some problems: I don't understant the UTMPOK part, same > for the WindowChanged. > > If someone could help me, I guess it would make screen more > user-friendly. Ok, I made a new patch, which shoul

Re: patch in progress: moving windows in windowlist

2005-08-25 Thread Xavier Nicollet
Le 24 août 2005 à 15:16, Xavier Nicollet a écrit: > I have made a patch for help.c, which would help people having problems > with the number command. It is against screen4.0.2 (debian source). Well I may try to improve this this week-end. Has someone tested it ? -- Xavier Nicolle

patch in progress: moving windows in windowlist

2005-08-24 Thread Xavier Nicollet
ot; code, which seems to be the RC_NUMBER case in process.c, line 2756. There are still some problems: I don't understant the UTMPOK part, same for the WindowChanged. If someone could help me, I guess it would make screen more user-friendly. Thanks for your attention, Cheers, --

Re: Setting title for ssh windows

2005-08-23 Thread Xavier Nicollet
ame=$1 screen -X title $name ssh [EMAIL PROTECTED] screen -X title bash Then "ssr remotehost" instead of "ssh remotehost" would do the trick. -- Xavier Nicollet http://nicollet.jeru.org/ ___ screen-users mailing list screen-users@

Re: omit current window on scroll in split-screen -> scroll through windows in history order

2005-04-04 Thread Xavier Nicollet
ted by some uther users as well... I have a patch that does exactly that. When you're in listmode (c-a ") you then do /ap and it selects the first window beginning with ap. Or if it is a number, it selects that window (using the same function as c-a &#

Re: (no subject)

2005-04-04 Thread Xavier Nicollet
OSX Cocoa tabbed terminal; second, to securely (ssh?) interconnect > screen backends, so that you could bridge two (or more) hosts running > screen, and switching between screens on different hosts would be > transparent. Great ! I don't know if it would be very easy with the curre