Re: where to get the vertical split patch?

2011-05-19 Thread Sadrul Habib Chowdhury
On Thu, May 19, 2011 at 2:27 PM, Andrew Schulman wrote: > Hi all.  I'm the maintainer of screen in Cygwin.  We currently have version > 4.0.3, with some Cygwin-specific patches and 256-color support. > > I'm looking for the famous vertical split patch.  I see the version linked > from http://fungi

Re: hello,I want to execute a screen in shell, and execute command form the screen, How can I do it, thanks

2011-05-19 Thread Kevin Van Workum
Maybe try : #!/bin/bash exec screen -dmS hello screen -S hello -X "/root/b.sh\n" 2011/5/17 zheng senlin > fivetrees ~ # cat hello.sh > > #!/bin/bash > > exec screen -dmS hello # I have open a screen in the background > #exec screen -r hello /root/b.sh # I want to execute /root/b.sh on

Re: where to get the vertical split patch?

2011-05-19 Thread Kevin Van Workum
I believe you can get it from the git repository at http://savannah.gnu.org/ . On Thu, May 19, 2011 at 2:27 PM, Andrew Schulman wrote: > Hi all. I'm the maintainer of screen in Cygwin. We currently have version > 4.0.3, with some Cygwin-specific patches and 256-color support. > > I'm looking fo

where to get the vertical split patch?

2011-05-19 Thread Andrew Schulman
Hi all. I'm the maintainer of screen in Cygwin. We currently have version 4.0.3, with some Cygwin-specific patches and 256-color support. I'm looking for the famous vertical split patch. I see the version linked from http://fungi.yuggoth.org/vsp4s/, but that version seems to be outdated. I tri

hello,I want to execute a screen in shell, and execute command form the screen, How can I do it, thanks

2011-05-19 Thread zheng senlin
fivetrees ~ # cat hello.sh #!/bin/bash exec screen -dmS hello # I have open a screen in the background #exec screen -r hello /root/b.sh # I want to execute /root/b.sh on the screen hello,How can I do it? thanks -- 祝:工作顺利 心情愉悦! 致 礼!