Re: scripting screen windowlist?

2009-06-08 Thread Rui Guo
I'm working on providing scripting support to screen. This will be easy with the embedded script, since some of the internal statuses of screen are exposed. But I'm afraid it still need some time to be stabilize and will not be available until (at least) the next release. Rui On Sun, 2009-06-07 at

Re: binding that creates a new window and prompts for the new window's title at the same time?

2009-05-23 Thread Rui Guo
Try 'stuff' command. Rui On Fri, 2009-05-22 at 10:19 -0400, Daniel Choi wrote: > Thanks. That's great. Is there a way to go a step further and do > something like this? > > bind 'c' eval screen title > > I'd like to clear the suggested title and put the cursor at the > beginning of the line. >

Re: Whither config.h.in in the git repo?

2009-05-17 Thread Rui Guo
Did you try autogen.sh? Rui On Sun, 2009-05-17 at 22:52 -0700, Robin Lee Powell wrote: > I don't see config.h.in or any way to generate it in the git repo at > http://git.savannah.gnu.org/gitweb/?p=screen.git ; what's up with > that? > > -Robin > __

Re: Summer of Code 2009

2009-05-12 Thread Rui Guo
spawning a new application in a new window. Also, I currently have no clear idea of how to support debugging. Can I assume it's less important? Rui > -Robin > > On Wed, Apr 22, 2009 at 09:58:29AM +0800, Rui Guo wrote: > > Yep. please show any cool usages that comes to

Re: Summer of Code 2009

2009-04-21 Thread Rui Guo
Yep. please show any cool usages that comes to your mind. Let's work together to make screen even cooler. :-) Rui On Tue, 2009-04-21 at 12:54 -0400, Sadrul Habib Chowdhury wrote: > Hello Everyone! > > I am delighted to let everyone know that we have accepted Rui Guo's > application to work on em

Re: GSoC project (screen - embedded scripting support)

2009-03-31 Thread Rui Guo
On Mon, 2009-03-30 at 11:38 -0400, Robert Blackwell wrote: > Sadrul Habib Chowdhury wrote: > > * Ivo had this to say on [30 Mar 2009, 10:29:13 +0200]: > > > >> I want > >> to ask you, if there is something about scripting, you want to be done > >> (some > >> ideas, what the interface between sc

Re: RFC: "event" logging

2009-03-31 Thread Rui Guo
This perfectly falls into the catalog of the proposed 'event handler' part of screen scripting support, which is a gsoc idea. I think we can try it out in the scripting way when the support is done. Regards, Rui On Mon, 2009-03-30 at 18:09 -0400, Paul Hoffman wrote: > I'd like to add simple loggi