Re: Four questions about examples of GNU Screen use

Lars Noodén <[email protected]>
Newsgroups gmane.comp.gnu.screen.user
Message-ID <[email protected]>
Thanks, Axel.  The feedback is quite helpful, especially the part about
how people usually do.

> Combined with the above, I use it in a shell function like this:
>
> asc () {
>         print -Pn "\e]0;%n@%m: autossh -t $* 'screen -RdU'\a"
>         autossh -x -t "$@" 'screen -RdU'
> }

With the shell function you show for autossh, I notice the addition of
-U for screen.  How important is to tell screen to use UTF-8 these days?
 Don't most terminals support UTF-8 already out of the box?

Regards,
Lars
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.