As I recall, if screen has utmp support and can write utmp, it will remove your
login session from utmp, since screen will now multiplex all of your other
session windows over that one tty, and it doesn't necessarily make sense to
leave that no-longer-unique tty as your "current login."
The def
Mark,
I don't have a solution for you, but a question that might lead toward the
solution:
In order to launch successfully (even in a detached mode), does screen need a
controlling tty, a valid setting for $TERM, and valid termios information
(screen dimensions)? I think it might.
When you l
ll all the processes?
I'd like to help catch a screen bug in the act.
--Joe
--
We sell Spatulas, and that's all!
http://spatula-city.org/~im14u2c/
http://sdk-1600.spatula-city.org/
http://spacepatrol.info/
- Original Message ----
From: Joe Zbiciak
To: screen-users@gnu.org
S
Howdy!
I seemed to have caused Screen 4.0.2 to freeze while sending commands to it in
a too-rapid-fire fashion. I was flipping rapidly between screens, going into
Copy Mode, and the screen I was going into Copy Mode on was also busily
scrolling by messages. (My purpose in going into Copy Mod
> What does `middle button menu' on xterm? Is it click the middle button
> of mouse, then there will be a menu appears?
> But `clicking middle button' for me is pasting?
> what should i do?
If you press the Control key while clicking and holding left, middle or
right mouse buttons in XTerm, you
I believe he means something like this:
ssh () {
if [ -z "$STY" ] ; then
put_what_to_do_outside_screen_part_here
else
put_what_to_do_inside_screen_part_here
fi
}
You can also use || or && operators to make it more condensed, although it's
less readable.
--
We sel
Chris Jones wrote:
> I need to conform to screen's "STRING ESCAPES" syntax for coloring and
> therefore I can't just use the underlying xterm's ctlseq's as I was
> naively trying to do. :-(
>
> Or to put it another way, since screen's syntax only supports 8+8 colors
> via the "color" letters [k
On Fri, Jul 25, 2008 at 1:06 AM, Joe Zbiciak <[EMAIL PROTECTED]> wrote:
>
> This may be a silly question, but how does "screen" decide that the
> attaching terminal supports capturing mouse events? It could be that
> nano says it's interested, but screen thinks
This is the point of the conversation where I butt my head in and
look stupid. :-)
- Original Message
Micah Cowan wrote:
> >> Wait, where are you running screen? My assumption was that you be
> >> running it ON prime.gushi.org, not before you ssh in.
>
> Right. I'm doing both.
>
> >> W
| > The Apache forking model moves streams between different
| > processes, but from what I heard, these are terribly unportable
| > operations, and they require the processes to be closely related
| > to each other.
|
| I don't understand the relevance of Apache. Are you referring to the
| HTTP d
cga2000 wrote:
| On Sat, May 05, 2007 at 12:16:09PM EDT, Joe Zbiciak wrote:
| >> Sounds like a bad terminfo entry, doesn't it?
| >
| >Actually, I'm guessing it's a bug in the terminal emulator and how it
| >handles windows that aren't an inte
> From: cga2000 <[EMAIL PROTECTED]>
> To: screen-users@gnu.org
> Sent: Saturday, May 5, 2007 7:06:28 AM
> Subject: Re: Colour remnants from previous program
>
> On Fri, May 04, 2007 at 09:51:06PM EDT, Joe Zbiciak wrote:
> >I can. See attached blowups.
>
>
I can. See attached blowups.
--
We sell Spatulas, and that's all!
http://spatula-city.org/~im14u2c/
http://sdk-1600.spatula-city.org/
http://intyos.spatula-city.org/
- Original Message
From: cga2000 <[EMAIL PROTECTED]>
To: screen-users@gnu.org
Sent: Friday, May 4, 2007 8:37:01 PM
Subje
Ok, I might be stepping out of line here, but... The solution is to nuke
TERMCAP when it's a TERMCAP from screen?
Why does this feel wrong?
--
We sell Spatulas, and that's all!
http://spatula-city.org/~im14u2c/
http://sdk-1600.spatula-city.org/
http://intyos.spatula-city.org/
- Origi
Alan,
A named pipe is a special kind of file that you can use to connect two
unrelated processes together without having to specifically set up a pipeline
from the shell.
You make a named pipe file with the "mknod" command as follows: "mknod
/path/to/pipe p". The trailing "p" indicates tha
Henry,I am not familiar with vtprint, but these sorts of problems sound like typical environment variable issues. If your vtprint environment gets set up in your .profile/.login or equivalent (you don't state what shell you use), but is not exported, then this can happen. From a quick Google sear
Nikolai Weibull <[EMAIL PROTECTED]> wrote:> I don't want to go through sudo just to read system messages. (Of> course, how much sensitive data can one really find in> /var/log/messages, so perhaps I can just set it to 0640?) Passwords?Seriously, if someone mistakenly types their password at the lo
One way might be to pipe the program's output through 'grep.' If you want to
see the full output also, you could do something hackish like:
mknod foo p
program | tee foo
screen grep pattern foo
Then set screen's activity monitor on the newly opened screen containing the
grep output.
--Joe
-
that's all!http://spatula-city.org/~im14u2c/
http://sdk-1600.spatula-city.org/
http://intyos.spatula-city.org/
- Original Message
From: Eric D. Hendrickson <[EMAIL PROTECTED]>
To: Aaron Davies <[EMAIL PROTECTED]>
Cc: Joe Zbiciak <[EMAIL PROTECTED]>; screen-users@gnu.org
S
ula-city.org/
http://intyos.spatula-city.org/
- Original Message
From: Phil!Gregory <[EMAIL PROTECTED]>
To: screen-users@gnu.org
Sent: Tuesday, May 16, 2006 10:46:17 AM
Subject: Re: attaching detached sessions to the current one
* Joe Zbiciak <[EMAIL PROTECTED]> [2006-05-16 06:34
"Me too!"
Freaky thing is, this *may actually be possible*.
If screen develops the capability to import TTY FDs from another process, then
the answer may be as simple as a wrapper around your shell that does little
more than hold the FDs for your TTY, and pipes them through. (Well, it'd al
--- Juergen Weigert <[EMAIL PROTECTED]> wrote:
> On Nov 15, 05 04:46:28 -0800, Joe Zbiciak wrote:
> > Juergen,
> >
> > Actually on the two Linux boxes I tried, Shift-Tab and
> > Ctrl-Shift-Tab both appear to send ESC [ Z.
>
> Interesting... But yes
--- Juergen Weigert <[EMAIL PROTECTED]> wrote:
> On Nov 14, 05 17:31:16 -0600, Aaron Griffin wrote:
> > Hey all, short question I can't seem to figure out
> the code for
> > binding Control+Tab (and Control+Shift+Tab) - does
> anyone know the
> > keycodes this?
>
> There is no keycode for Ct
Abram,
Minor comment. In your document, you say: "Around 1991
Juergen and Michael Schroeder were given official control
of screen by Laumann." Unless there's a Juergen Shroeder
working on the project, you might want to add Juergen's
surname. (I presume you actually mean Juergen Weigert.)
I a
24 matches
Mail list logo