Re: Re: How to start a shell into an already existent screen

2020-06-25 Thread Steve Ross
e -X display   # Show a table listing of all currently connected displays. $ screen -S aSessionName -X exec /bin/sh    # Start a new shell in the specified session's current screen-window. -- Steve Ross

Re: Re: Re: Persistence of a window's title?

2020-05-19 Thread Steve Ross
t have an effect when opening *new* screen-window. For a previously opened screen-window, the related "screen" command of "dynamictitle off" lets you to turn off dynamic changes to the title of the screen-window. -- Steve Ross On 5/19/2020 4:06 PM, Steve Ross wrote:

Re: Re: Re: Persistence of a window's title?

2020-05-19 Thread Steve Ross
rent system does the trick. (I've referred to the manual page for "screen" many times, but somehow I missed the section that explains the "title-string escape-sequence" and the "title-escape-sequence".) Thanks again, -- Steve Ross On 5/19/2020 3:15 PM, Neal Ful

Re: Re: Persistence of a window's title?

2020-05-19 Thread Steve Ross
uot;${HOSTNAME%%.*}" "${PWD/#$HOME/\~}" I don't think that does any Xterm title resetting. One other line in my "~/.screenrc" file that may be relevant is:     term screen-256color Any other pointers? -- Steve Ross On 5/18/2020 4:37 PM, Neal Fultz wrote: I would rec

Persistence of a window's title?

2020-05-18 Thread Steve Ross
or am I missing something? My version/release of "screen" on Fedora is 4.6.2-8.fc30. Thanks for any help, -- Steve Ross