renaming a window tab from a nested screen

2008-03-26 Thread Richard Bronosky
I run screen locally and on the servers I ssh into. Locally I can use echo -ne "\x1bkFOOBAR\x1b\\"; But this does not work from the nested screen on the remote machine. It does, however, work if I detach from the remote screen and try it. Ideas? -- .!# RichardBronosky #!. __

Re: (no subject)

2007-04-23 Thread Richard Bronosky
Sounds very convenient. I'd like to see this. Please submit a patch if you have one. On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The current scrolling interface to GNU Screen is not particularly simple to use, and neither so to understand. The reason is that this mode is mainly d

Re: (no subject)

2007-04-23 Thread Richard Bronosky
On 2/15/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: The current scrolling interface to GNU Screen is not particularly simple to use, and neither so to understand. The reason is that this mode is mainly designed to move around text, and not scroll the window, which is just a side effect.

Re: I'm confused about TERMCAP

2007-03-28 Thread Richard Bronosky
In my .bashrc I check to decide whether or not to launch screen. The solution I found to work for me is... .screenrc: termcap xterm-color term "screen" .vimrc: set term=xterm-color I want to know, and want my apps to know, that the terminal IS screen. I need to make sure my terminal beh

Re: I'm confused about TERMCAP

2007-03-28 Thread Richard Bronosky
On 3/10/07, Frank Terbeck <[EMAIL PROTECTED]> wrote: For Bourne-like shells: [ x$TERM = xscreen ] && unset TERMCAP I tried this, and even though there in no TERMCAP revealed in `env`... vim is still not behaving to my key like it does outside of screen. Ideas? -- .!# RichardBronosky #!. __

Re: I'm confused about TERMCAP

2007-03-28 Thread Richard Bronosky
So, I take it this is a common problem? Where can I find good information about TERMCAP? There's lots of it out there... too much actually. I'm looking for the page with all the right info and none of the extra stuff. -- .!# RichardBronosky #!. ___

Re: New screen features available

2007-03-28 Thread Richard Bronosky
On 2/6/07, Michael Schroeder <[EMAIL PROTECTED]> wrote: So, feedback welcome. You probably have a lot of suggestions and enhancement requests. Sorry that development is a bit slow at the moment due to not enough spare time... For those of us who actually use shared screen sessions for presen

Re: New screen features available

2007-03-28 Thread Richard Bronosky
On 2/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I have two featurerequests: 1) screen -W | -windowlist Same as -X windowlist, but send output to stdout 2) Send input to all windows, handy when you need to do excatly the same on several machines. Amen! -- Jan Thomas Moldung

I think I have removed myself from the acl of the multiuser screen on ttyp1 ARG!

2007-03-28 Thread Richard Bronosky
I have: [EMAIL PROTECTED]::~% screen -ls There is a screen on: 57346.ttyp1.box (Multi, attached) 1 Socket in /tmp/screens/S-bronosky. I can attach to it with: [EMAIL PROTECTED]::~% screen -x I see (in my nifty hardstatus) that I have windows 0 and 1, but it puts me in "-*" with no shell

Re: Screen title not updated in Putty

2007-03-28 Thread Richard Bronosky
If you find your answer to #2 I'd like to hear it. I'm forced to use windows at work. ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: No Ctrl-A Backspace for prev on Ubuntu...

2007-03-26 Thread Richard Bronosky
looks like this does it: bind -k kb prev (You always find the answer 5 minutes after posting to a mailing list.) I've struggled on this for months. HA! On 3/26/07, Richard Bronosky <[EMAIL PROTECTED]> wrote: The terminal sends ^? (based on Ctrl-v,Backspace) for backspace. My .s

No Ctrl-A Backspace for prev on Ubuntu...

2007-03-26 Thread Richard Bronosky
The terminal sends ^? (based on Ctrl-v,Backspace) for backspace. My .screenrc has: termcap xterm-color term "screen" And backspace works on command line, vim normal/insert/command modes, it even works in Ctrl-a,: context. But, it does work in screen Ctrl-a context. I can change the terminal to

Re: More Backspace Issues

2007-03-26 Thread Richard Bronosky
Did you ever get a solution to this? Gmail isn't showing me any responses, but some clients break the threads. On 9/6/06, Aaron Davies <[EMAIL PROTECTED]> wrote: Hi guys, I'm once again having odd backspace issues with screen. They're slightly different from the ones I was having a few months

Re: I'm confused about TERMCAP

2007-03-11 Thread Richard Bronosky
On 3/9/07, Michael Parson <[EMAIL PROTECTED]> wrote: On Fri, Mar 09, 2007 at 03:53:04PM -0500, Richard Bronosky wrote: > I'm using "Screen version 4.00.03jw4 (FAU) 2-May-06" on Ubuntu Edgy. > It seems that invoking screen is creating a TERMCAP that is not making >

Re: I'm confused about TERMCAP

2007-03-10 Thread Richard Bronosky
So, I take it this is a common problem? Where can I find good information about TERMCAP? There's lots of it out there... too much actually. I'm looking for the page with all the right info and none of the extra stuff. -- .!# RichardBronosky #!. ___

I'm confused about TERMCAP

2007-03-09 Thread Richard Bronosky
I'm using "Screen version 4.00.03jw4 (FAU) 2-May-06" on Ubuntu Edgy. It seems that invoking screen is creating a TERMCAP that is not making vim happy. How can I stop screen from defining a TERMCAP? I don't have one before I go into screen, and vim works as expected. Specifically Home, End, and

Re: New screen features available

2007-02-23 Thread Richard Bronosky
One feature I'd LOVE to see is "find as you type" in copy mode when using ? or / to search! VIM does this quite effectively. Is it a crazy idea to do this in Screen? -- .!# RichardBronosky #!. ___ screen-users mailing list screen-users@gnu.org http://

Re: How does one view the "access control list"? (multiuser list)

2007-01-31 Thread Richard Bronosky
I REALLY need an answer to this! Please help. On 4/17/06, Richard Bronosky <[EMAIL PROTECTED]> wrote: I can add users with acladd, and remove with acldel. But, if I forget who has access and who doesn't, I can't find a way to retrieve this info. What am I missing? -- ,¸¸,

what does the 'current load' escape %l show?

2006-11-27 Thread Richard Bronosky
I see here http://www.delorie.com/gnu/docs/screen/screen_138.html that I can use %l in my hardstatus string to see "current load of the system" This returns 3 floating decimals. However, I'm not sure what they are. Anyone know? -- ,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸, RichardBronosky ,¸¸,ø¤º°`°

How does one view the "access control list"? (multiuser list)

2006-04-17 Thread Richard Bronosky
I can add users with acladd, and remove with acldel. But, if I forget who has access and who doesn't, I can't find a way to retrieve this info. What am I missing? -- ,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸, RichardBronosky ,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸, ___