screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: screen not keeping title from -t option


From: Gerald Young
Subject: Re: screen not keeping title from -t option
Date: Tue, 9 Nov 2010 10:28:00 -0500
User-agent: KMail/1.9.9

On Tuesday 09 November 2010 10:35:13 am Han Sooloo wrote:
> I launch screen from the command line like so:
> screen -t MyCoolApp /home/user/mycoolapp
>
> However, when I list the screens by doing screen -list, I don't see the
> screen titles for each session, but simply the socket numbers.  Any
> thoughts why the titles wouldn't be shown?
>
The -t option sets the window title. The -list option lists the currently 
running screen sessions. Each screen session can contain multiple windows. 

If you want to see the list of screen windows use the "windowlist" command 
with the key sequence:
Ctrl+A "

Screen sessions can also be given a name with -S option.

Best regards,

Gerald Young



reply via email to

[Prev in Thread] Current Thread [Next in Thread]