-
If a minimal stateful parser was added to dtach, it could probably detect the escape sequences that are sent to change the terminal settings. It would have to handle the possibility of each character of the sequence being sent separately in order to work 100% of the time, which means a simple string comparison may not be adequate.
Unfortunately, this does mean that dtach would no longer be a...
2009-04-14 01:23:35 UTC in dtach
-
This is probably because vim is fiddling with the terminal settings when it starts up, and resets it when it exits. When dtach reattaches, your terminal is still set to the vim mode.
My guess is that it is the smkx terminfo setting.
You could try doing: tput smkx;dtach -a /tmp/dtach-bug;tput rmkx
and see if that fixes your problem (you could also try a different TERM type)
2009-03-29 00:32:08 UTC in dtach
-
crigler committed patchset 30 of module dtach to the dtach CVS repository, changing 5 files.
2008-01-31 05:54:14 UTC in dtach
-
crigler committed patchset 29 of module dtach to the dtach CVS repository, changing 1 files.
2008-01-31 04:56:30 UTC in dtach
-
crigler committed patchset 28 of module dtach to the dtach CVS repository, changing 5 files.
2008-01-29 22:27:53 UTC in dtach
-
crigler committed patchset 27 of module dtach to the dtach CVS repository, changing 1 files.
2008-01-26 03:03:25 UTC in dtach
-
I finally found some time to install mrxvt today using the provided dtach
mrxvtrc file. Doing a cat /dev/urandom test hangs the first terminal (apparently
because the send queue was filled by mrxvt responding to certain escape codes),
but doesn't appear to hang the other mrxvt sessions.
I also tried to do a compile, and after a short while it completed succesfully.
Can someone provide...
2007-04-29 20:09:17 UTC in dtach
-
crigler committed patchset 26 of module dtach to the dtach CVS repository, changing 1 files.
2007-04-23 18:12:31 UTC in dtach
-
crigler committed patchset 25 of module dtach to the dtach CVS repository, changing 1 files.
2007-04-23 17:53:28 UTC in dtach
-
It looks like it might be stuck at a write call, though it
is hard to be sure since the binaries have been stripped
of debugging symbols. There are only a few write calls
which might make it easier to debug, though.
2007-01-09 19:04:10 UTC in dtach