Chris Jones, Tue 2009-12-15 23:45 CET:
> Maybe the new feature was not necessary after all, since it's quite
> possible to acquire the habit of hitting '^A m' when coming back to
> one's screen session, as in "now, let's see.. where was I"..
Note that lastmsg does not necessarily refer to the wind
Mike.lifeguard, Sun 2009-09-20 21:29 CEST:
> In the man page, I see the option to always have caption on, but
> nothinga bout removing it. Can you please help me remove the caption
> seen at http://i35.tinypic.com/n5q8u8.jpg ?
Try
caption splitonly
with no second argument. Works for me (on Debian)
Leen Smit, Tue 2009-06-09 13:23 CEST:
> Im using a screen to run a "deamon", and im trying to figure out how to
> send a quit/kill to that screen session.
> Can anyone tell me how to do that?
What about 'screen -X quit'?
HTH
Stony
___
screen-users m
Frank Blendinger, Wed 2009-03-11 01:53 CET:
> Hi,
>
> I want to see the name of the session in my caption. As there is no
> predefined string escape, I tried this:
>
> backtick 1 0 0 echo $STY
> caption always "...%1`..."
>
> but the environment variable STY is not set when the backtick