Re: Open a window relative to the current

2008-09-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kazuo Teramoto wrote: > On Sun, Sep 21, 2008 at 3:53 PM, Micah Cowan <[EMAIL PROTECTED]> wrote: >> I'm not sure what you mean by this. The default for the "screen" command >> has always been to open the first available number (starting at 0); you >> ca

Re: Open a window relative to the current

2008-09-21 Thread Kazuo Teramoto
On Sun, Sep 21, 2008 at 3:53 PM, Micah Cowan <[EMAIL PROTECTED]> wrote: > I'm not sure what you mean by this. The default for the "screen" command > has always been to open the first available number (starting at 0); you > can always give it the window number you want, though. Let me give a exampl

Re: Question on compiling screen on Solaris 10

2008-09-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yi, William CSC wrote: > Hi; > > When I compile screen I got this message, do you have any idea what it is? > > gcc -c -I. -I/opt/screen-4.0.3-g -O2 misc.c > misc.c: In function `xsetenv': > misc.c:619: error: too few arguments to function `seten

Re: sockname in hardstatus

2008-09-21 Thread Thomas Adam
Hello -- 2008/9/18 Jaap Taal <[EMAIL PROTECTED]>: > Is the backtick command executed with the original enviroment instead of the > environment a shell inside screen would have? Yes. And note that in the GIT version of screen, there's now a "%S" identifier to do what you want. -- Thomas Adam _

Re: Vertical splits on Fedora 9

2008-09-21 Thread Thomas Adam
Hello -- 2008/9/18 <[EMAIL PROTECTED]>: > Hi, > I've tried to compile the code from git with no luck. I was wondering if > anybody knows of where I can find a binary or RPM that would support vertical > splits on Fedora 9. Can you perhaps provide more details as to why it's not compiling? >

Open a window relative to the current

2008-09-21 Thread Kazuo Teramoto
Hello! I looked on the git repo and found a commit with relative arguments to :number (5e97f6b72586af80dee92396bb7e795902b59200) now I like to ask if is possible to open a new window (like 'screen vim .zshrc') relative to the current? Is this possible now or is a feature request? Thanks! Kazuo T

Question on compiling screen on Solaris 10

2008-09-21 Thread Yi, William CSC
Hi; When I compile screen I got this message, do you have any idea what it is? gcc -c -I. -I/opt/screen-4.0.3-g -O2 misc.c misc.c: In function `xsetenv': misc.c:619: error: too few arguments to function `setenv' *** Error code 1 make: Fatal error: Command failed for target `misc.o' William P

Vertical splits on Fedora 9

2008-09-21 Thread menxit
Hi, I’ve tried to compile the code from git with no luck. I was wondering if anybody knows of where I can find a binary or RPM that would support vertical splits on Fedora 9. also when I get vertical splits working how do I setup screen so it would automatically open up 3 by 3 regions already

sockname in hardstatus

2008-09-21 Thread Jaap Taal
I'm looking on the net for a method to print the sockname/sessionname in the hardstatus. I've only found some messages from 2003 that say this would be nice to have => directed to wishlist. I was trying the following workaround: screenrc: backtick 84 0 0 /home/jtaal/bin/screen_sockname hardsta