Making screen greater

2015-02-03 Thread james cordell
t;Tab" based function allowing switching through screen with F11 and F12. This .screenrc setting are practically un findable again, I found them through google once. It would be nice if this useful yet cryptic settings could be turn on or off from screen. --

Re: open fifo xxx: No such device or address

2013-05-15 Thread James Cloos
v type devtmpfs devpts on /dev/pts type devpts shm on /dev/shm type tmpfs which would have avoided any nodev issues with /. AM> But I created a mount point to hold screen fifos, and it worked AM> flawlessly. It never occurred to me to try that, it was the AM> simplest po

Re: open fifo xxx: No such device or address

2013-05-13 Thread James Cloos
Or specify a different home for screen files, under a local filesystem. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Moving windows around

2010-01-26 Thread James Campos
t come back to this. Thanks! On Tue, Jan 26, 2010 at 11:51 AM, Sadrul Habib Chowdhury wrote: > * James Campos had this to say on [23 Jan 2010, 05:26:43 -0800]: >> In vim, I can hit ^W^R to swap the position of two windows. Is there >> anything similar for screen? If not, I'd l

Moving windows around

2010-01-23 Thread James Campos
In vim, I can hit ^W^R to swap the position of two windows. Is there anything similar for screen? If not, I'd like to request it. What I currently do is: move to the top window, kill it, re-split, then select the window I just killed. I assume I could bind this somehow, but it seems like a pretty

Re: Caption at the top

2009-01-21 Thread James Cloos
>>>>> "Micah" == Micah Cowan writes: Michael> How can I move the caption line at the top of window? Micah> I'm afraid that's not currently possible. :( Any tips on where to look in the src to implement this (implied) rfe? -JimC -- Jam

Re: order of flags

2008-07-26 Thread James
cool! thanks for the research-- it's the best reply i've gotten in a while! cheers, _J On 7/26/08, Micah Cowan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > James wrote: > > hello, > > just wan

order of flags

2008-07-26 Thread James
hello, just wanted to know why the following command gives: $ screen -RRx There is no screen to be attached. whereas typing: $ screen -xRR gives a new screen session. (or attaches to an existing one with multiuser mode) at the moment i'm using the second command as my "always run screen like t