Re: creating command aliases

2006-04-24 Thread Conrad O'Dea
Hi Buddy, On 25 Apr 2006, at 03:19, Buddy Burden wrote: alias sshhost screen -t [EMAIL PROTECTED] host Looks like a job for your favorite shell to me. In my own shell-- tcsh--the exact command you give above would work perfectly from the command line, or in my .tcshrc. Am I missing

Re: help with "screen progname args"

2006-04-24 Thread Buddy Burden
Kresimir, Then I tried to start one program that I made called "fooprog". fooprog is interactive, it reads from stdin and writes to stdout, and when run first asks for a password. However, when I tried with: screen fooprog I got the message: [the screen is terminating]. Sounds to me like "f

Re: creating command aliases

2006-04-24 Thread Buddy Burden
Conrad, alias sshhost screen -t [EMAIL PROTECTED] host Looks like a job for your favorite shell to me. In my own shell--tcsh--the exact command you give above would work perfectly from the command line, or in my .tcshrc. Am I missing something here? -- Buddy ___

help with "screen progname args"

2006-04-24 Thread Kresimir Cosic
I'm trying to make screen automatically start another program. First I tried: screen telnet and that works fine. Then I tried to start one program that I made called "fooprog". fooprog is interactive, it reads from stdin and writes to stdout, and when run first asks for a password. However,

ESC key not working

2006-04-24 Thread Michael Garriss
using ratpoison + gnu-screen causes my ESC key to not work. $ screen --version Screen version 4.00.02 (FAU) 5-Dec-03 $ uname -a Linux sizzle 2.6.15-gentoo-r1 #4 SMP PREEMPT Wed Apr 12 13:47:31 MDT 2006 i686 Pentium $ ratpoison --version ratpoison 1.3.0 Copyright (C) 2000, 2001 Shawn Betts any i

Re: creating command aliases

2006-04-24 Thread Conrad O'Dea
Hi Michael. thanks for the info. Depending on how busy I find myself over the next couple of weeks I may give this a stab over the next couple of weeks. thanks Conrad On 24 Apr 2006, at 14:15, Michael Schroeder wrote: On Mon, Apr 24, 2006 at 10:35:37AM +0100, Conrad O'Dea wrote: it is p

Re: creating command aliases

2006-04-24 Thread Michael Schroeder
On Mon, Apr 24, 2006 at 10:35:37AM +0100, Conrad O'Dea wrote: > it is possible to create a command alias in .screenrc? > > What I would like to do is to bind a command to a string that is > entered into command line mode. Screen than expands the string and > executes the command. So my .sc

Re: ESC key slowness

2006-04-24 Thread Judd Maltin
Ismael Valladolid Torres wrote: >judd escribe: > > >>However, when screen is running ESC-ESC replies with the completed command >>after bit of a delay - approximately 2 seconds. When I log into the same >>server the same way, but do not launch screen, there is no perceptible >>delay between ent

Re: Is this possible?

2006-04-24 Thread Juergen Weigert
On Apr 23, 06 02:07:23 -0400, [EMAIL PROTECTED] wrote: > So I recently started using Screen within the Ratpoison window > manager...and I'm curious: is there a way to redirect Screen's > Activity message and bell message, by say somehow using a command when > setting what they are, into ratpoison?

creating command aliases

2006-04-24 Thread Conrad O'Dea
Hi, it is possible to create a command alias in .screenrc? What I would like to do is to bind a command to a string that is entered into command line mode. Screen than expands the string and executes the command. So my .screenrc would contain something like: alias sshhost scree