On Thu, 25 Apr 2013, Gregor Zattler wrote:
Hi Michael, screen users,
* Michael Grant [24. Apr. 2013]:
I don't know if it would work but maybe you could bind screen to use an
obscure unicode character
no luck. Screen is not utf aware on this level. I used to use "°" but
with the switch to
must be a way to automate it, what is current solution for it?
I have a section in a files sourced by .screenrc:
screen 0 irssi
screen 1 alpine
screen 2
at 2 stuff "dscreen -r meta -s bots\012"
screen 3
at 3 stuff "ssh -e none root@somehost"
...
Should be easy enough
Is there any release on the horizon? Has soon been 4 years since the last
one ;)
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users
ction. try 'ssh -e none ...' and see
if that works.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
On Fri, 12 Feb 2010, Sadrul Habib Chowdhury wrote:
* Peder Stray had this to say on [03 Feb 2010, 20:22:54 +0100]:
[snip]
btw... does the git-screen have support for using the session-name for
sourcing different configs? like 'source .screenrc-$SESSIONNAME' or
some such?
I d
On Tue, 2 Feb 2010, Peder Stray wrote:
On Tue, 2 Feb 2010, Sadrul Habib Chowdhury wrote:
* Peder Stray had this to say on [02 Feb 2010, 19:25:29 +0100]:
Why does then 'at' command need a display?
It doesn't anymore! See:
http://git.savannah.gnu.org/gitweb/?p=screen
On Tue, 2 Feb 2010, Sadrul Habib Chowdhury wrote:
* Peder Stray had this to say on [02 Feb 2010, 19:25:29 +0100]:
Why does then 'at' command need a display?
It doesn't anymore! See:
http://git.savannah.gnu.org/gitweb/?p=screen.git;a=commit;h=4b778782ce398747f080b7b7f
ghts about it are welcome :)
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
at much
useful inside screen, so it doesn't interfere much.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
that would work just fine.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
On Mon, 9 Nov 2009, Sadrul Habib Chowdhury wrote:
* Peder Stray had this to say on [09 Nov 2009, 21:44:46 +0100]:
Not that often i start screen with -d -m, but i did today and noticed
that some settings wasn't used from my .screenrc, namely "windowlist
string" and &q
c). Guess thats
not 100% correct as the sting and title subcommands doesn't need a screen
to work, but the other does. Not sure how to fix it the right way, but
removing NEED_DISPLAY from the flags does at least set those strings when
u
On Mon, 22 Dec 2008, Dave Wood wrote:
On (12:56 22/12/08), Peder Stray put forth the
proposition:
On Mon, 22 Dec 2008, Dave Wood wrote:
Your codes don't seem to be working. How did you find the codes? Is
there a lookup table somewhere on the www? I think control codes depend
o
All Ctrl-A to Z are the single ascii characters from \001 and up, so they
always come through, but all other combinations are usually some escape
sequence. It's probably your terminal emulator that hasn't got any escape
sequence for C-left or C-right then. Which termial do yo
n't seem to be working. How did you find the codes? Is
there a lookup table somewhere on the www? I think control codes depend
on the terminal in use.
i used cat, just started it, and pressed the key i wanted the code for,
like this (after pressing C-left and C-right):
cat
^[[1;5D^[[1;5C
On Mon, 22 Dec 2008, Dave Wood wrote:
On (21:14 21/12/08), Peder Stray put forth the
proposition:
On Sun, 21 Dec 2008, William Pursell wrote:
Dave Wood wrote:
What is the correct syntax to bind left and right arrow keys? I tried
e.g.:
bind left prev
bind ^left prev
But these give errors
arrow keys switch between screens
bindkey -k kr next
bindkey -k kl prev
bindkey -k -a kr next
bindkey -k -a kl prev
I use the following:
# C-left and C-right
bindkey "\033[1;5C" next
bindkey "\033[1;5D" prev
--
Peder Stray
___
On Tue, 14 Oct 2008, Mark Eichin wrote:
Peder Stray <[EMAIL PROTECTED]> writes:
On Tue, 14 Oct 2008, Trent W. Buck wrote:
"Sven Hazejager"
<[EMAIL PROTECTED]> writes:
I'm using screen to keep some applications open over a remote SSH
connection that sometimes i
t 14 00:00 /tmp/uscreens/S-peder/4598.irc
detached:
ls -l /tmp/uscreens/S-peder/4598.irc
prw--- 1 peder peder 0 Oct 14 07:06 /tmp/uscreens/S-peder/4598.irc
Guess you can test for that i procmail by something like:
:0c
*? perl -e 'exit ! grep { (stat $_)[2]
foo]] if inside a dual
screen and so on.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
On Sun, 30 Mar 2008, Fabiano Sidler wrote:
Peder Stray wrote:
I use the normal XTerm-escape for setting the title:
echo -e '\e]0;$title\a"
Yes, this sets the window title of the xterm window. But I'd like to set
the title in the hardstatus line.
ok, echo -e '
ly
got printed out to the terminal instead of setting the screen subwindow
title... Can someone here tell me the proper sequence? Thanks in
advance! ;)
I use the normal XTerm-escape for setting the title:
echo -e '\e]0;$title\a"
--
Peder Stray
___
_PATH outside a wrapper for a program that really needs it
to work is in my opinion close to shooting yourself in the foot... Having
it around in you environment for all programs to see is asking for
trouble... at least thats what my experience tells me.
--
Peder
On Tue, 31 Jul 2007, Robert Anderson wrote:
On 7/31/07, Peder Stray <[EMAIL PROTECTED]> wrote:
On Tue, 31 Jul 2007, Robert Anderson wrote:
On 7/30/07, Peder Stray <[EMAIL PROTECTED]> wrote:
How can i tell if the screen i am using really understands 256 colors
or not? i
ew for-loops.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
On Tue, 31 Jul 2007, Robert Anderson wrote:
On 7/30/07, Peder Stray <[EMAIL PROTECTED]> wrote:
How can i tell if the screen i am using really understands 256 colors or
not? i try 'tput 39' both within screen and outside, both actually send
\e[38
http://www.cs.rice.edu/~
On Tue, 31 Jul 2007, Peder Stray wrote:
How can i tell if the screen i am using really understands 256 colors or
not? i try 'tput 39' both within screen and outside, both actually send
\e[38;5;39m (light blue) as it should, but it seens screen translates it
to \e[34m (blue). t
On Tue, 31 Jul 2007, Peder Stray wrote:
How can i tell if the screen i am using really understands 256 colors or
not? i try 'tput 39' both within screen and outside, both actually send
\e[38;5;39m (light blue) as it should, but it seens screen translates it to
\e[34m (blue). t
ide screen.
any ideas?
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
" )]; fi;)\033\134"'
Try using \0134 or just \\ instead of \134.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
On Thu, 28 Dec 2006, Juergen Weigert wrote:
On Dec 28, 06 01:01:33 +0100, Peder Stray wrote:
On Thu, 28 Dec 2006, Peder Stray wrote:
How do a control where the -X command will go? If I wanted the
windowlist to show in term1 for example.
For your question Robert, I have no idea how you can
On Thu, 28 Dec 2006, Peder Stray wrote:
How do a control where the -X command will go?
If I wanted the windowlist to show in term1 for example.
For your question Robert, I have no idea how you can select ther
terminal connected... can't see anything in the manpage, and can't say
ds the command to the
last terminal connected to the screen.
For your question Robert, I have no idea how you can select ther terminal
connected... can't see anything in the manpage, and can't say i found a
way doing so while trying to find
more than i need job-control from a shell
withn screen.
Peder Stray <[EMAIL PROTECTED]> writes:
On Tue, 24 Oct 2006, Eric Crahen wrote:
Is it possible somehow to make the meta key tab
instead of a? I'd like CTRL-TAB to replace CTRL-A
I've tried to use ^\009 and other things,
work at all in a tty. I
myself use Ctrl-Z instead of Ctrl-A, only key i found that doesn't clash
with any emacs-bindings i use. And who needs easy jobcontrol in the
shelle when you got screen :)
--
Peder Stray
___
screen-users mailing list
On Wed, 20 Sep 2006, Henry Nelson wrote:
On Tue, Sep 19, 2006 at 06:44:26PM +0200, Peder Stray wrote:
Remember that screen adds $STY to your environment, so you can test for
it:
if [ -z "$STY" ]; then
exec screen -dR
fi
which would exec screen, attach to an already running or s
the same screen, effectively
detatching the other ones. But for a host you ssh into, it would be ok.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
g screen without -dm does
all the stuff specified in .screenrc as expected.
And another ting, why doesn't 'screen ' set the window title,
when 'C-a :screen
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
a big chance that they are not numbered 1 to N.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
ives me a bar on the bottom containg the time, window number and
name, and title if any... and the hostname on the right side
[10:29][0:bash][meta:~] meta
hope this helps ;)
--
Peder Stray
___
screen
show up in the terminal and thus wil not count
in the calculation the prompts width.
TITLEBAR='\[\033]0;[EMAIL PROTECTED] \w \007\]'
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
s nothing with the fact that 'screen -md' ignores big parts of
my .screenrc, at least 'windowlist string "foo"', 'windowlist title
"foo"', and a few 'source foo' statements.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
: centericq
screen 5: [just a prompt]
screen 6: ssh [EMAIL PROTECTED]
screen 7: su
etc.
how? :-)
just remove the :'s and source that file from screen...
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
o' on the command line does
not set the window title, but C-a : screen foo does (setting it to foo).
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
is it possible to bind somthing like
'screen url ""'
to a key in screen? possibly with a combination of screen, stuff and paste
if thats necessary.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
ine:
pkill -CHLD screen; screen -DRUS mutt mutt -y
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
cleaners have a tendency to remove
sockets from under /tmp, but you can always get them back with
pkill -CHLD screen
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
a big chance that they are not numbered 1 to N.
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
g screen without -dm does
all the stuff specified in .screenrc as expected.
And another ting, why doesn't 'screen ' set the window title,
when 'C-a :screen
--
Peder Stray
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
49 matches
Mail list logo