dvtm+dtach works great with st. If you don't mind bash, I've attached my
script 'tm' that wraps it all up neatly. Just run 'tm' with a session
name of your choice and you can detach (C+\), share, keep multiple
active sessions, etc. I also have it configured in the config.h file to
auto switch colors if I su to root, login to a production box, etc.
I recommend compiling your own dtach from it's development tip. Very
stable right now. Also, in vt.c vt_forkpty(), I changed TERM to use
screen instead of rxvt; that fixed some emulation problems for me.
- setenv("TERM", COLORS >= 256 ? "rxvt-256color" : "rxvt", 1);
+ setenv("TERM", COLORS >= 256 ? "screen-256color" : "screen", 1);
Cheers -Ross
On 02/15/2013 04:14 PM, hiro wrote:
> yes, I also had problems with dtach that I didn't want to debug, but
> if someone says it should work stably nowadays I will consider it once
> again.
>
> do you use dvtm to workaround these problems? I don't need
> multiplexing or strange other features, I only use ctrl-a d for
> detaching and that's it
>
- text/plain attachment: tm
Received on Sat Feb 16 2013 - 00:11:56 CET