Re: question about keyboard combinations

2025-02-20 Thread joshebosh
if you use like "apt-get install kbd" there's nice little utility called "showkey -a" (Ctrl-d to quit) which will help you discover all the key combos you could want, and you just.. if you key combo isnt printing out in the showkey, the operating system is probably capturing it instead of sending o

Re: question about keyboard combinations

2025-02-20 Thread Alan D. Salewski
On 2025-02-19 13:10:37, Feodor spake thus: I prescribed bindkey ^[[1;3D prev bindkey ^[[1;3C next in ~/.screenrc for switching between tabs with ALT+LEFT/RIGHT. It works only with left ALT. What should I put in to make right ALT work similar? I'm using st terminal. Those settings work fine for

question about keyboard combinations

2025-02-19 Thread Feodor
I prescribed bindkey ^[[1;3D prev bindkey ^[[1;3C next in ~/.screenrc for switching between tabs with ALT+LEFT/RIGHT. It works only with left ALT. What should I put in to make right ALT work similar? I'm using st terminal.

Re: question about keyboard shortcuts

2024-06-26 Thread Alan D. Salewski
o I need to set switching to next/previos tabs to ALT+Left/Right arrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bindkey ^[[1;3D prev bindkey ^[[1;3C next but none of those worked. Hi Feodor, Your question was answered by Yeechang Lee last week: https://lists.gnu.org/archive/

question about keyboard shortcuts

2024-06-26 Thread Feodor
Hi. Can anyone help me? I want to set custom keyboard shortcuts for screen, but I don't know which key codes to put. I need to set "escape" combination to CTRL+TAB. Also I need to set switching to next/previos tabs to ALT+Left/Right arrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bi

Re: question about keyboard shortcuts

2024-06-26 Thread Alan D. Salewski
rrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bindkey ^[[1;3D prev bindkey ^[[1;3C next but none of those worked. Hi Feodor, Your question was answered by Yeechang Lee last week: https://lists.gnu.org/archive/html/screen-users/2024-06/msg5.html Perhaps you missed that mess

question about keyboard shortcuts

2024-06-26 Thread Feodor
Hi. Can anyone help me? I want to set custom keyboard shortcuts for screen, but I don't know which key codes to put. I need to set "escape" combination to CTRL+TAB. Also I need to set switching to next/previos tabs to ALT+Left/Right arrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bi

Re: question about keyboard shortcuts

2024-06-21 Thread Yeechang Lee
I forgot to mention that, if you need to send escape, try typing CTRL-[.

Re: question about keyboard shortcuts

2024-06-21 Thread Yeechang Lee
Feodor says: > I need to set "escape" combination to CTRL+TAB. You can't. TAB is CTRL-I in VT100 mode which most terminals use, so there is no way to modify that further with CTRL. The best you can do is, if possible, have your local terminal emulator intercept CTRL-TAB, send another character,

question about keyboard shortcuts

2024-06-21 Thread Feodor
Hi. Can anyone help me? I want to set custom keyboard shortcuts for screen, but I don't know which key codes to put. I need to set "escape" combination to CTRL+TAB. Also I need to set switching to next/previos tabs to ALT+Left/Right arrows. I tried: escape ^| escape ^Tab escape ^[[27;5;9~ bi

Re: Question

2019-07-09 Thread Neal Fultz
You can pass the command line to bash, for example something like this is fine: screen bash -c "echo 1 2 3 4 | pv -pL 1 | wc && sleep 5" Be careful about your quoting, though. On Tue, Jul 9, 2019 at 6:08 AM Андрей Резниченко wrote: > Dear all! > There is a qu

Question

2019-07-09 Thread Андрей Резниченко
Dear all! There is a question..a task..to run a command in screen..but command like: echo "test\n20170821\nnone\n"|script It means we pass three parameters to script..and all of it I want to run in screen What should be the syntax of desired command? Hope and rely on

Re: question: action on reattach

2019-03-23 Thread Stefan `Sec` Zehl
Hi, On Thu, Mar 21, 2019 at 23:19 +0100, otheus uibk wrote: > 3. A feature I sorely miss is the ability to trigger an action on > re-attach. As a partial solution, I can exploit the SIGWINCH-on-resize > behavior to do this, but I must pick up the mouse and resize the screen > (horrors!) on my grap

question: action on reattach

2019-03-21 Thread otheus uibk
Greetings! And thank you all wholeheartedly to all for maintaining this software. I've been using it since 1991. I have some questions: 1. As a redhat7 user, I am currently gifted with screen 4.1.0. Does anyone have any idea what it will take to bump up to the most recent stable version? 2. Does

Re: Question: screen command and copy/paste terminal buffer to empty

2018-06-25 Thread Dario Lesca
Il giorno gio, 12/04/2018 alle 18.12 +0200, Dario Lesca ha scritto: > But the subsequent versions to last current version ... > > $ screen --versionScreen version 4.06.02 (GNU) 23-Oct-17$ rpm -q > screenscreen-4.6.2-1.fc27.x86_64 > > > screen clean the terminal copy/paste buffer when I run new s

Question: screen command and copy/paste terminal buffer to empty

2018-04-12 Thread Dario Lesca
On a old version of screen, installed for example on Centos 5.5 $ screen --versionScreen version 4.00.03 (FAU) 23-Oct-06$ rpm -q screenscreen-4.0.3-4.el5 screen do not clean terminal copy/paste buffer when I run a new screen or I reuse a previous screen ... and this is good! But the subsequ

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-11-06 Thread Aaron Davies
2011/10/13 Axel Beckert : > One screen issue which end-users seem to run into often -- at least on > Debian and Ubuntu -- is that screen no more works if you "su" to some > user and then that user no more has write access to the TTY the shell > runs in. i've had that sometimes. the fix i settled

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-17 Thread Wolfgang Hennerbichler
On Thu, Oct 13, 2011 at 12:32:09PM +0200, Axel Beckert wrote: > Hi, > > For a non-beginner I'd say, stay with screen if you're happy with it, > have a look at tmux if you're unhappy with screen. I stayed with > screen and gave up with tmux after I tried hours to get one of my > setups working with

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-15 Thread Hauke Laging
Am Freitag, 14. Oktober 2011, 16:22:23 schrieb Juergen Weigert: > We at SUSE are currently preparing openSUSE 12.1 -- would be cool, if > a screen release manager would step forward, and make the 4.1.0 > really happen. Would be even more cool if you at SUSE finally got screen into the rescue sys

Re: hardstatus question

2011-10-14 Thread todd freed
ur .screenrc you can use "hardstatus" to set your hardstatus >> >> line, using the STRING ESCAPES as documented in man screen. >> >> >> >> My question is about the %w option, which is supposed to be the number >> >> and name of each window. &g

Re: hardstatus question

2011-10-14 Thread Jostein Berntsen
line, using the STRING ESCAPES as documented in man screen. > >> > >> My question is about the %w option, which is supposed to be the number > >> and name of each window. > >> > >> It appears that the text generated by %w for each window is truncated &

Re: hardstatus question

2011-10-14 Thread todd freed
On Fri, Oct 14, 2011 at 8:43 AM, Jostein Berntsen wrote: > On 13.10.11,10:25, todd freed wrote: >> Hello, >> >> In your .screenrc you can use "hardstatus" to set your hardstatus >> line, using the STRING ESCAPES as documented in man screen. >> >

Re: hardstatus question

2011-10-14 Thread Jostein Berntsen
On 13.10.11,10:25, todd freed wrote: > Hello, > > In your .screenrc you can use "hardstatus" to set your hardstatus > line, using the STRING ESCAPES as documented in man screen. > > My question is about the %w option, which is supposed to be the number > and name

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-14 Thread Jostein Berntsen
On 14.10.11,16:22, Juergen Weigert wrote: > On Oct 13, 11 12:32:09 +0200, Axel Beckert wrote: > > > Will there be future releases? > > > > The current development version is labeled as (non-released) 4.1.0 and > > "4.1.0" is given as target milestone for tons of (AFAICS mostly fixed) > > bugs in t

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-14 Thread Juergen Weigert
On Oct 13, 11 12:32:09 +0200, Axel Beckert wrote: > > Will there be future releases? > > The current development version is labeled as (non-released) 4.1.0 and > "4.1.0" is given as target milestone for tons of (AFAICS mostly fixed) > bugs in the bug tracking system. So I expect a 4.1.0 release (a

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-14 Thread Axel Beckert
Hi, On Thu, Oct 13, 2011 at 08:16:44AM +0900, Yasuaki Kudo wrote: > Beginner Question: Is GNU Screen still in active development? >From an outsider (user and package co-maintainer for Debian) view: Yes, there is developement, but not so much that it gets noticed widely. See yourself a

hardstatus question

2011-10-13 Thread todd freed
Hello, In your .screenrc you can use "hardstatus" to set your hardstatus line, using the STRING ESCAPES as documented in man screen. My question is about the %w option, which is supposed to be the number and name of each window. It appears that the text generated by %w for each

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-13 Thread Jostein Berntsen
On 13.10.11,09:45, Brian Kroth wrote: > Andrew Schulman 2011-10-13 09:46: > >>Regarding the subject, just wanted to know this because I am trying to > >>decide whether to go with Screen or Tmux. So far in my experience, > >>Screen seems more mature (but I might not be qualified enough to say > >

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-13 Thread Brian Kroth
Andrew Schulman 2011-10-13 09:46: Regarding the subject, just wanted to know this because I am trying to decide whether to go with Screen or Tmux. So far in my experience, Screen seems more mature (but I might not be qualified enough to say this :-) ) . I admit a release has been slow in com

Re: Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-13 Thread Andrew Schulman
> Regarding the subject, just wanted to know this because I am trying to > decide whether to go with Screen or Tmux. So far in my experience, > Screen seems more mature (but I might not be qualified enough to say > this :-) ) . Tmux won't run under Cygwin, in case that matters to you [1]. scree

Beginner Question: Is GNU Screen still in active development? Will there be future releases?

2011-10-12 Thread Yasuaki Kudo
Hi there, Regarding the subject, just wanted to know this because I am trying to decide whether to go with Screen or Tmux. So far in my experience, Screen seems more mature (but I might not be qualified enough to say this :-) ) . Best, Yasu ___ scre

Re: Hi .. question about region fading

2011-06-17 Thread Bruno Cudini
On Mon, Jun 13, 2011 at 01:22:53PM +0300, Vladimir Todorov wrote: >Hi there, > >I am new to this mailing list. > I have a question about screen. >Generally when I use screen I have several regions opened. Currently I >have made my hard status line display w

Re: Hi .. question about region fading

2011-06-17 Thread Vladimir Todorov
Thank You all, %F do the trick. "bindkey ^[x focus" is helpful. /v ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: Hi .. question about region fading

2011-06-15 Thread Sadrul Habib Chowdhury
On Mon, Jun 13, 2011 at 6:22 AM, Vladimir Todorov wrote: > Hi there, > > I am new to this mailing list. > I have a question about screen. > Generally when I use screen I have several regions opened. Currently I have > made my hard status line display which are my opened vi

Re: Hi .. question about region fading

2011-06-15 Thread Jostein Berntsen
On 13.06.11,13:22, Vladimir Todorov wrote: > Hi there, > > I am new to this mailing list. > I have a question about screen. > Generally when I use screen I have several regions opened. Currently I have > made my hard status line display which are my opened virtual consoles and

Hi .. question about region fading

2011-06-15 Thread Vladimir Todorov
Hi there, I am new to this mailing list. I have a question about screen. Generally when I use screen I have several regions opened. Currently I have made my hard status line display which are my opened virtual consoles and which console I am using at the moment. And the caption line displays the

Re: bind question

2011-06-07 Thread Martin Dluhos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/02/2011 10:16 PM, Sinbad wrote: > hi, > > how to use bindkey in screen. basically i want to bind 'u' to do > pageup when the screen is in copymode > how do i do that. any help appreciated. I found a way to do this without using bindkey. Insert

bind question

2011-06-05 Thread Sinbad
hi, how to use bindkey in screen. basically i want to bind 'u' to do pageup when the screen is in copymode how do i do that. any help appreciated. thanks sinbad ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/s

Re: Question Regarding Navigating the Buffer

2010-11-26 Thread Pandurangan R S
Yes. Works great :) On Fri, Nov 26, 2010 at 2:25 AM, Daniel Patrick Sullivan < dansu...@uchicago.edu> wrote: > Michael, > > This is exactly what I was looking for. You get a gold star :-) Happy > Thanksgiving. > > Dan > > On Nov 23, 2010, at 1:34 PM, Michael Kelleher wrote: > > > Enter scrollbac

Re: Question Regarding Navigating the Buffer

2010-11-25 Thread Daniel Patrick Sullivan
Michael, This is exactly what I was looking for. You get a gold star :-) Happy Thanksgiving. Dan On Nov 23, 2010, at 1:34 PM, Michael Kelleher wrote: > Enter scrollback mode then hit "g w" > > On Nov 23, 2010 11:41 AM, "Pandurangan R S" > mailto:pandurangan@gmail.com>> wrote: > _

Re: Question Regarding Navigating the Buffer

2010-11-25 Thread Michael Kelleher
Enter scrollback mode then hit "g w" On Nov 23, 2010 11:41 AM, "Pandurangan R S" wrote: ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Question Regarding Navigating the Buffer

2010-11-23 Thread Aaron Davies
st > non-whitespace char in the buffer. > > On Mon, Nov 22, 2010 at 8:55 AM, Daniel Patrick Sullivan > wrote: > Hi, Everyone, > > I have a quick question with respect to navigating screens buffer. Basically > I work with embedded systems and often have to block and copy more

Re: Question Regarding Navigating the Buffer

2010-11-23 Thread Daniel Patrick Sullivan
22, 2010 at 8:55 AM, Daniel Patrick Sullivan wrote: Hi, Everyone, I have a quick question with respect to navigating screens buffer. Basically I work with embedded systems and often have to block and copy more than a single screens worth of text to the buffer to attach to ticket

Re: Question Regarding Navigating the Buffer

2010-11-23 Thread Daniel Patrick Sullivan
ld put the cursor on the first non-whitespace char in the buffer. On Mon, Nov 22, 2010 at 8:55 AM, Daniel Patrick Sullivan wrote: Hi, Everyone, I have a quick question with respect to navigating screens buffer. Basically I work with embedded systems and often have to block and copy mo

Re: Question Regarding Navigating the Buffer

2010-11-23 Thread Pandurangan R S
rst > non-whitespace char in the buffer. > > > On Mon, Nov 22, 2010 at 8:55 AM, Daniel Patrick Sullivan < > dansu...@uchicago.edu> wrote: > >> Hi, Everyone, >> >> I have a quick question with respect to navigating screens buffer. >> Basically I work wit

Re: Question Regarding Navigating the Buffer

2010-11-23 Thread Kevin Van Workum
Does "g^" do what you want? That should put the cursor on the first non-whitespace char in the buffer. On Mon, Nov 22, 2010 at 8:55 AM, Daniel Patrick Sullivan < dansu...@uchicago.edu> wrote: > Hi, Everyone, > > I have a quick question with respect to navigating scre

Question Regarding Navigating the Buffer

2010-11-23 Thread Daniel Patrick Sullivan
Hi, Everyone, I have a quick question with respect to navigating screens buffer. Basically I work with embedded systems and often have to block and copy more than a single screens worth of text to the buffer to attach to tickets or send to customers, etc. I'd like to be able to cop

Re: basic screen question

2010-09-08 Thread Chris
Read about copy/scrollback mode in man page C-a [ C-a C-[ C-a esc (copy)Enter copy/scrollback mode. C-a ] (paste .) Write the contents of the paste buffer to the stdin queue of the current window. On Tue, Sep 7, 2010 at 2:17 PM, rufino wrote: >

basic screen question

2010-09-08 Thread rufino
hi all: i am new bie for screen, using it ops environment (with putty or secureCRT). with multiple screen sub windows, i flip them around wiht ctr-a "numbers". but i noticed that contents of windows tend to be override by other sessions. say i have session "0" and it shows some 1000 lines, then

Question about sending signal to Screen

2010-06-24 Thread 陈洋
Hi, When we run the command *screen -dms "description" script *, there are two processes created. One is for screen(call process A), another is for the script(call process B). We can run "screen -r A" to resume process A, and Ctrl+C to interrupt the script. The Ctrl+C sends the SIGINT signal. I h

Re: Question regarding screen copy paste

2010-03-21 Thread donothing successfully
On 19 March 2010 04:10, wrote: > Hi, >       I have been using screen's copy paste (using C-a [ and C-a ] ) for > sometime now. But I find that screen converts tabs to spaces when I paste > from a vim session to another vim session. Is there any work around to this > ? You can convert the spaces

Question regarding screen copy paste

2010-03-20 Thread satananda . burla
Hi, I have been using screen's copy paste (using C-a [ and C-a ] ) for sometime now. But I find that screen converts tabs to spaces when I paste from a vim session to another vim session. Is there any work around to this ? Thanks & Regards, Satanand

question on screen command-line option (continued)

2009-12-27 Thread joydeep
Hello list, I know you all are enjoying your holidays :-) wish you all a very nice holidays. When you come back with fresh mind with full charge, may be I get a great fix of my problem. I am using screen command on servers to have the session alive during disconnection and other unavoidable prob

Re: Question about the split feature

2009-03-11 Thread Malte Skoruppa
Hi, > I defined the F10 key on my keyboard to do this function. In my > .screenrc, I have: > > bindkey -k k; eval split focus other focus # F10 > > Would this help? > It would indeed. That is precisely what I was looking for (except I'll use another keybinding than F10, but that's a detail...)

Re: Question about the split feature

2009-03-10 Thread mrbrown8
On Tue, 10 Mar 2009 12:00:25 -0400 screen-users-requ...@gnu.org writes: > Date: Tue, 10 Mar 2009 01:59:47 +0100 > From: Malte Skoruppa > Subject: Question about the split feature > To: screen-users@gnu.org > Message-ID: <49b5bb83.4000...@countnumber.de> > [snip] > W

Question about the split feature

2009-03-09 Thread Malte Skoruppa
Hi, within screen, when I split the screen window with C-a S, what happens is that the window gets split in two (horizontally), where the upper region displays the currently active screen window at the time I hit C-a S, and the lower region is empty. Then I can switch to the lower region using C-a

Re: screen crl-a c question

2009-01-22 Thread David Huang
I have just solved the problem by using "*screen*" then keying in "vi txt" thank you Matt & Florian for your kindness :-) On Wed, Jan 21, 2009 at 11:22 PM, Matt Mensch wrote: > You have a typo in your command: > > from screen --help: > > -s shell Shell to execute rather than $SHELL. > -S

Re: screen crl-a c question

2009-01-21 Thread Matt Mensch
You have a typo in your command: from screen --help: -s shell Shell to execute rather than $SHELL. -S sockname Name this session .sockname instead of ... You have -s, but you mean -S. You're trying to execute a shell named "A." On Tue, Jan 20, 2009 at 20:29, David Huang wrote: > Dear

Re: screen crl-a c question

2009-01-21 Thread Florian Bender
21.01.2009, 11:29 +0800 David Huang: > screen -s A vi txt I guess just leaving out '-s A' might do the trick. -- Florian Bender GPG Fingerprint: D0BB BDF9 5889 BC30 49F4 681D 84F7 6AC7 7C39 85F8 signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___

screen crl-a c question

2009-01-20 Thread David Huang
Dear I just installed the screen from ports in the FreeBSD 7.0 after i tried : *screen -s A vi txt* ** and tried *ctrl-a c * ** I got the message: *Cannot exec 'A' : No such file or directory* ** anybody could do me a favor, I just want to open 2 console by using the screen. Thanks David H

Re: Silly question about "lock"

2008-11-13 Thread Trent W. Buck
"Dan Mahoney, System Admin" <[EMAIL PROTECTED]> writes: >> You could differentiate between "idle" locks and explicit locks by >> having "idle" give the lock program a special arg or something. > > Really? How? Will idle accept full-on commands, or just "screen" > commands? It accepts screen com

Re: Silly question about "lock"

2008-11-13 Thread Dan Mahoney, System Admin
On Wed, 12 Nov 2008, Micah Cowan wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Mahoney, System Admin wrote: hey, is there a way to customize the message displayed on the "lock", for example: Whether it was locked by time, or idle? What time it was locked? What HOST it's running on?

Re: Silly question about "lock"

2008-11-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Mahoney, System Admin wrote: > hey, is there a way to customize the message displayed on the "lock", > for example: > > Whether it was locked by time, or idle? > What time it was locked? > What HOST it's running on? These could all be managed now

Silly question about "lock"

2008-11-12 Thread Dan Mahoney, System Admin
hey, is there a way to customize the message displayed on the "lock", for example: Whether it was locked by time, or idle? What time it was locked? What HOST it's running on? These would all be great useful tunables. -Dan -- unless is a pr0no book he wont even come close to the bandwidth quo

Re: Question on compiling screen on Solaris 10

2008-09-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yi, William CSC wrote: > Hi; > > When I compile screen I got this message, do you have any idea what it is? > > gcc -c -I. -I/opt/screen-4.0.3-g -O2 misc.c > misc.c: In function `xsetenv': > misc.c:619: error: too few arguments to function `seten

Question on compiling screen on Solaris 10

2008-09-21 Thread Yi, William CSC
Hi; When I compile screen I got this message, do you have any idea what it is? gcc -c -I. -I/opt/screen-4.0.3-g -O2 misc.c misc.c: In function `xsetenv': misc.c:619: error: too few arguments to function `setenv' *** Error code 1 make: Fatal error: Command failed for target `misc.o' William P

Hardstatus format question

2008-07-06 Thread David Chanters
Hi all, This should be simple, hopefully. :) I'm wanting to produce a hardstatus line which looks like this: | 1 | 2 | 3 | *4 | Where "*4" in this instance refers to the window with focus. But I can't work out how to do it. I note from the documentation that "w" refers to both the window num

Question about screen, vim and function keys

2007-03-28 Thread Zoltan Toth
Hello, I have some function keys mapped to some commands for vim. For example, my .vimrc file contains the lines shown below. This seems to work just fine EXCEPT when I am using screen. Note that I type screen by itself to get multiple shells in one window, as oppose to doing "screen vim".

Re: how to detach multi-display session from one single display (emacsclient question)

2006-03-20 Thread Michael Schroeder
On Thu, Mar 16, 2006 at 08:48:29PM -0800, John Davidorff Pell wrote: > A really great feature of the next release of screen, which I've been > waiting a REALLY LONG TIME for, is an enhancement to the -p option. Yes, you're right, we really need to get the next version out. What do you folks th

Re: how to detach multi-display session from one single display (emacsclient question)

2006-03-16 Thread John Davidorff Pell
A really great feature of the next release of screen, which I've been waiting a REALLY LONG TIME for, is an enhancement to the -p option. In the next release, you will be able to do "screen -X multiscreen -p +" and it will create a new screen window in the specified session to attach to. Ho

solved! (was: Re: how to detach multi-display session from one single display (emacsclient question))

2006-03-16 Thread Gregor Zattler
Hi screen-users, * Gregor Zattler <[EMAIL PROTECTED]> [14. Mär. 2006]: > Hi screen-users, > > via screen -x it is possible to attach several times from > various displays to one single screen session. But how do I end > one such connection to this screen session without detatching the > other

Re: how to detach multi-display session from one single display (emacsclient question)

2006-03-15 Thread Torsten Scheck
Gregor Zattler wrote on 03/14/2006 10:00 PM: [...] > I use this simple line of bash script: > > { emacsclient --alternate-editor "emacs -nw" "$@" ; \ > screen -d emacsserver ; } &>/dev/null & screen -x emacsserver I don't really get what you are doing here, as I don't have emacs at hand and as I

how to detach multi-display session from one single display (emacsclient question)

2006-03-14 Thread Gregor Zattler
Hi screen-users, via screen -x it is possible to attach several times from various displays to one single screen session. But how do I end one such connection to this screen session without detatching the others (via command line)? I use this simple line of bash script: { emacsclient --alte

Re: question regarding the detection of ssh connections with screen

2005-11-05 Thread Gerhard Siegesmund
Hello Martin > As i am someone who's regularily working remotely on several machines, > connecting from a local screen session via ssh to those remote > maschines. Not all of those offer me the possibilty to run another > screen there. It'd be really helpful for me i could put an > identification

Re: question regarding the detection of ssh connections with screen

2005-11-05 Thread Thomas Köhler
Hello Martin, Martin Hauser wrote: [...] > > Or even better: > > Use > >ssh [EMAIL PROTECTED] -all -other -options > > and > > function ssh() { > >echo -n -e "\033k$1\033\\" > >/usr/bin/ssh "$@" Of course, changing that line to command ssh "$@" also works when ssh is elsewhere in

Re: question regarding the detection of ssh connections with screen

2005-11-05 Thread Martin Hauser
Hello Thomas, [...] > Just set the current window's title to "remotehost"? > > ctrl-a A > the thing was that i didn't want to do it by hand, but thanks anyway. > Or even better: > Use >ssh [EMAIL PROTECTED] -all -other -options > and > function ssh() { >echo -n -e "\033k$1\033\\" >

Re: question regarding the detection of ssh connections with screen

2005-11-05 Thread Thomas Köhler
Hi Martin, Martin Hauser wrote: > Good day, > > As i am someone who's regularily working remotely on several machines, > connecting from a local screen session via ssh to those remote > maschines. Not all of those offer me the possibilty to run another > screen there. It'd be really helpful for m

question regarding the detection of ssh connections with screen

2005-11-05 Thread Martin Hauser
Good day, As i am someone who's regularily working remotely on several machines, connecting from a local screen session via ssh to those remote maschines. Not all of those offer me the possibilty to run another screen there. It'd be really helpful for me i could put an identification into the loca