screen-users
[Top][All Lists]
Advanced

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

Re: Four questions about examples of GNU Screen use


From: Lars Noodén
Subject: Re: Four questions about examples of GNU Screen use
Date: Sun, 6 Mar 2016 13:10:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

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;address@hidden: 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




reply via email to

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