Re: Feature suggestion: 'move' command to change the number of a window

2007-07-20 Thread Will Maier
On Sat, Jul 21, 2007 at 01:14:39AM +0200, John Lunney wrote: > This would be useful, I believe. That is, if it doesn't exist in > screen already, which seemed unlikely to me, until I read all the > documentation I could find. That sounds like the 'number' command: [...] number [n]

Re: [Fwd: Re: New screen features available]

2007-02-16 Thread Will Maier
On Fri, Feb 16, 2007 at 11:02:50AM -0500, Brian Mathis wrote: > Subject: Re: New screen features available > Date: Thu, 15 Feb 2007 03:04:37 -0500 > From: Richard Bronosky [1]<[EMAIL PROTECTED]> >To: Brian Mathis [2]<[EMAIL PROTECTED]> >References: [3]<[EMAIL

Re: vim 7.0 slowness

2006-07-21 Thread Will Maier
On Fri, Jul 21, 2006 at 04:20:58AM +0100, Bill Pursell wrote: > I've noticed that vim 7.0 starts up far more slowly inside screen > than outside. Has anyone encountered this, and are there any > known causes? $ man -c vim | grep -A2 -- -X -X Don't connect to the X serv

Re: screen in fullscreen on Mac OS X

2006-05-25 Thread Will Maier
On Thu, May 25, 2006 at 11:52:33PM +0200, Claus Atzenbeck wrote: > Thanks. This works. The only thing is to have xterm cover the > complete screen. (I can do it with -geometry x; > however, it would be cool to have that set dynamically, based on > the current resolution and font size.) However, thi

Re: screen in fullscreen on Mac OS X

2006-05-25 Thread Will Maier
On Thu, May 25, 2006 at 10:14:33PM +0200, Claus Atzenbeck wrote: > (1) I set X11 to full screen mode (not rootless) > (2) I changed "exec quartz-wm" in /etc/X11/xinit/xinitrc to: > exec quartz-wm --only-proxy > exec screen ^^^ I don't use OS X, but here's how I'd do it (based

Re: Can a program create a new window ?

2005-11-07 Thread Will Maier
On Mon, Nov 07, 2005 at 07:06:30PM +0100, Nicolas Vigier wrote: > When I am using a textmode program such as mutt or slrn, it often happens > that while I started answering a message, I want to come back to the > message list and display the message I'm answering (or an other one), > but I don't wa

Re: send the input to many ttys simultaneously

2005-10-13 Thread Will Maier
On Fri, Oct 14, 2005 at 06:00:07AM +0900, sakazuki wrote: > I have to manage many servers. I want to input on a screen tty > and send the input to another screen ttys simultaneously. Is it > possible on the screen to do this? Consider using something like the Dancer Shell (dsh), which can be fou

Re: [monitoring-like] would like to be warned when I have mail (fetchmail -c)

2005-09-28 Thread Will Maier
On Wed, Sep 28, 2005 at 11:26:33PM +0200, Gerhard Siegesmund wrote: [...] > backtick 1 0 0 my_script.sh Why not get rid of the loop in your script and make screen run it every X seconds? That will solve your problem (although it doesn't really suggest the cause). -- [Will [EMAIL PROTECTED]/[EMA

Re: backtick & hardstatus

2005-09-28 Thread Will Maier
On Wed, Sep 28, 2005 at 11:51:23AM +0200, Thomas Baruchel wrote: > I set backtick to 1 0 0 rathen than 1 60 1 as explained in another > Since I like rather the "message" format than the "lastline" (which makes > less place for applications). It works, but... I can't think of a screenish way to do

Re: [monitoring-like] would like to be warned when I have mail (fetchmail -c)

2005-09-27 Thread Will Maier
On Tue, Sep 27, 2005 at 09:26:21PM -0400, Slink3r wrote: > Okay, I have the same sort of problem, unfortunately I'm extremely > incompetent :( Nothing a little reading won't fix. > I'm trying to get screen to simply ding me whenever "devil" from > irc channel #void speaks > I figured I could us

Re: [monitoring-like] would like to be warned when I have mail (fetchmail -c)

2005-09-27 Thread Will Maier
On Tue, Sep 27, 2005 at 06:48:55PM +0200, Maurice van der Pot wrote: > On Tue, Sep 27, 2005 at 05:06:49PM +0200, Thomas Baruchel wrote: > > tell screen when I have new mail in order to > > be warned (message in the status line would be great). [snip] > Here's something you can try: [snip] > Unfor

Re: How can I execute a command in a detached screen?

2005-09-19 Thread Will Maier
On Mon, Sep 19, 2005 at 01:03:40PM -0700, Jim C. wrote: [snip] > [EMAIL PROTECTED] bin]$ screen -S 22539..mirage -X exec "/bin/ls -l" > [EMAIL PROTECTED] bin]$ > ...but when I re-attach the screen there is no evidence to show > that the command executed. I've been pouring over the man pages > and

Delayed execution of screen commands

2005-07-15 Thread Will Maier
indows in COMM's windowlist to change. Forgive the esoterica; any possible solutions? Thanks, Will Maier ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: Change socket directory

2005-06-29 Thread Will Maier
Is there an entry I can place in my .screenrc? The manual mentions several different methods for addressing this problem: 1) Specify a socket directory at compile time 2) Set $SCREENDIR to be any directory (with a mode of 700) The above information starts at about line 330...

Re: Setting an escape character on the command line'

2005-06-28 Thread Will Maier
signing the same escape from within screen cause the expected behavior (ie overrule bindings specified in *screenrc)? If the (only) problem were the 'bind' clauses that I found in my $SYSSCREENRC, I would expect the effect from both within and wit

Re: Locking screen

2005-06-27 Thread Will Maier
hence the double prompt. That said, could you not write/modify a screen locker to read the crypted password in your screenrc (instead of /etc/passwd)? This would mean one password (although there still would be two prompts). Will Maier ___ screen-us

Re: Setting an escape character on the command line

2005-06-27 Thread Will Maier
On Mon, Jun 27, 2005 at 10:18:27PM -0400, Phil!Gregory wrote: > * Will Maier <[EMAIL PROTECTED]> [2005-06-27 17:45 -0500]: > > However, the key sequence I use to go to the most recent region (not just > > next/previous, but most recently visited) doesn't work unle

Setting an escape character on the command line

2005-06-27 Thread Will Maier
my shell; could it be somehow interfering here? Also, a quick bonus question: any way to create a window as a zombie? Thanks in advance -- any help would be appreciated. Will Maier --screen and zsh versions below -- ~ % screen --version Screen version 4.00.02 (FAU) 5-Dec-03 ~ % zsh --versio