Re: screen refusing to reattach

2005-03-25 Thread Phil!Gregory
* Eric Smith [EMAIL PROTECTED] [2005-03-25 15:23 +0100]: Ok, this has caused me enough inconvenience so I will finally ask about it. Every now and then screen freezes and if I try to reattach the seassion elsewhere, the command `screen -x' just hangs. Sometimes killing off the child

Re: HPterm titlebar

2005-08-01 Thread Phil!Gregory
* [EMAIL PROTECTED] [EMAIL PROTECTED] [2005-08-01 16:40 -0400]: And an HP faq was helpful in getting me info on how to shell script the hpterm titlebar change. However, I'd like to change the shellscript to something that the screenrc can process, but I don't understand the escape

Re: shelltitle, window titling

2005-08-25 Thread Phil!Gregory
* Dan Mahoney, System Admin [EMAIL PROTECTED] [2005-08-25 13:25 -0400]: Is there any way to have command options included for certain commands? i.e. to have some sort of script or regex look allow me to have ssh:[EMAIL PROTECTED], or irc:irc.freenode.net screen does not support this; its

Re: auto copy-mode and urxvt

2005-08-29 Thread Phil!Gregory
* Aaron Griffin [EMAIL PROTECTED] [2005-08-29 09:58 -0500]: I've been trying to setup the automatically enter copy mode to scroll with C-Up/C-Down. [snip] I've tried a variety of quoted-insert values. It seems to work fine for xterm and putty (from work), but when trying to do this under

Re: send the input to many ttys simultaneously

2005-10-17 Thread Phil!Gregory
* Xavier Nicollet [EMAIL PROTECTED] [2005-10-14 15:41 +0200]: cssh is a good option too. To continue the list of alternatives, I like OmniTTY: http://omnitty.sourceforge.net/ -- ...computer contrarian of the first order... / http://aperiodic.net/phil/ PGP: 026A27F2 print: D200 5BDB FC4B

Re: Can a program create a new window ?

2005-11-08 Thread Phil!Gregory
* Michael C. Toren [EMAIL PROTECTED] [2005-11-08 01:29 -0500]: ircii (and epic, bitchx, and friends) create multiple windows using the curses library; screen isn't involved in any way. epic also supports what it calls screens -- completely separate display areas (devices?) that share a a

Re: screen -X colon - how to enter?

2006-01-25 Thread Phil!Gregory
* Robert Blackwell [EMAIL PROTECTED] [2006-01-25 17:52 -0500]: If I do the following from the command line: screen -X colon 'activity Activity - - in window %n' Screen does not do the action until I press enter within the screen window. Is there a way for me to call this without having

Re: Article about screen scripting

2006-05-04 Thread Phil!Gregory
* Gerhard Siegesmund [EMAIL PROTECTED] [2006-05-04 10:26 +0200]: Yes. The ACLs are particulary hard to understand. I will have to look if I myself really have groked the functionality. I've got a bit on multiuser stuff on my (still incomplete) screen wiki:

Re: Article about screen scripting

2006-05-04 Thread Phil!Gregory
* Juergen Weigert [EMAIL PROTECTED] [2006-05-04 16:44 +0200]: Hey, Phil! would you mind, if I linked to your wiki from the savannah page? Not at all. I created the wiki in the hopes that it would serve as a useful reference. -- ...computer contrarian of the first order... /

Re: Running command to different screen

2006-07-20 Thread Phil!Gregory
* Mag Gam [EMAIL PROTECTED] [2006-07-20 07:55 -0400]: Is it possible to run a command to a different active screen terminal? Yes. Use the screen command 'at'. If I have 4 different virutal terms open, and I want to run 'df -h' on all of them at the same time The second parameter to 'at'

Re: Running command to different screen

2006-07-20 Thread Phil!Gregory
* Buddy Burden [EMAIL PROTECTED] [2006-07-20 19:09 -0400]: Phil!, For getting commands to run in shells inside screen, the screen command you need to use is 'stuff'. To run 'df -h', you'd use 'stuff df -h ^J' where ^J is a quoted control-J (or enter) character. I couldn't manage to get

Re: Running command to different screen

2006-07-20 Thread Phil!Gregory
* Mag Gam [EMAIL PROTECTED] [2006-07-20 20:26 -0400]: Thanks that works! Now what if my names are different? Currently I am naming each session as the hostname. Is it possible to run it to all my windows eventhough my names are different? Yes, as long as you really mean all. Just use at #

Re: how to start screen from .bashrc

2006-09-28 Thread Phil!Gregory
* Michael Parson [EMAIL PROTECTED] [2006-09-19 10:34 -0500]: One of the features of screen is that you can disconnect from screen and log out, log back in later and reconnect to the existing session. Having it auto-start a new screen every time you log in could make that difficult. So put

Re: GNU Screen and vim

2006-10-23 Thread Phil!Gregory
* Fabien Meghazi [EMAIL PROTECTED] [2006-10-23 09:31 +0200]: I use screen under rxvt-unicode, in my .vimrc, I map the Shift-Up key combination like this: noremap ^[[a zc This works under rxvt without problem, I can fold using Shift+Up arrow But as soon as I'm under screen it doesn't

Re: New screen features available

2007-02-08 Thread Phil!Gregory
* Michael Schroeder [EMAIL PROTECTED] [2007-02-06 23:34 +0100]: you probably wonder why the new version of screen is not already available. Well, it got delayed a bit because of a couple of new features I've added. Thank you. The work is appreciated. - vertical split, complete with resizing

Re: Facilitate scrolling

2007-02-18 Thread Phil!Gregory
* [EMAIL PROTECTED] [EMAIL PROTECTED] [2007-02-18 12:32 +0100]: Would a patch integrating easier scrolling, say, by the Linux-style SHIFT+PG??, be welcome? I do this with some keybindings. The only caveat is that you have a pause on the first shift-pgup as screen displays the message that

Re: How to make F1/F2/F3/F4 usable in screen emacs?

2008-01-22 Thread Phil! Gregory
* [EMAIL PROTECTED] [EMAIL PROTECTED] [2008-01-22 22:29 +0800]: Acturally I can use F1-F4 under normal mode in putty, but when I use screen and open emacs under screen, F1-F4 is invalid... :( It could still be a termcap issue. Just for fun, try changing the function key escape codes to Xterm

Re: Re: how to cd in .screenrc?

2008-01-31 Thread Phil! Gregory
* Sonia Hamilton [EMAIL PROTECTED] [2008-01-31 12:14 -0600]: Another question: if I have a whole lot of screens starting up (0 thru 5, say), how do I get my .screenrc to automatically switch back to screen 3, rather than me having to do it manually? In your .screenrc: screen 0 screen 1

Re: Set title to currently running command

2008-05-18 Thread Phil! Gregory
* Bruce Edge [EMAIL PROTECTED] [2008-05-16 16:27 -0700]: Is there a FAQ I should have read first, If so, apologies, and where is it? This may be of help to you: http://aperiodic.net/screen/titles I tried the shelltitle % |zsh syntax, but that seems to do nothing. At a guess, you may

Re: Apps creating new windows?

2008-07-29 Thread Phil! Gregory
* Dan Mahoney, System Admin [EMAIL PROTECTED] [2008-07-28 22:10 -0400]: Is there ANY implementation at all, for when an app is running under screen, for it to be able to launch a new window (for example, to view an attachment in pine, to start a /query in irc, to view a file in MC)... I