diff options
author | Paul Wisehart <wise@lupulin.net> | 2010-05-11 22:55:15 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:15 +0200 |
commit | 64ce3057546d43f6e3bbd1bef1fe2ca7dc5cb87f (patch) | |
tree | 44f6e44659c637210bdf3b289b2b3c0625a2beed /system/detachtty/README | |
parent | 9cbd58d0a4570085d1563266f22dd4bcf6c3d83f (diff) |
system/detachtty: Added to 12.1 repository
Diffstat (limited to 'system/detachtty/README')
-rw-r--r-- | system/detachtty/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/detachtty/README b/system/detachtty/README new file mode 100644 index 0000000000000..48052fde3adfa --- /dev/null +++ b/system/detachtty/README @@ -0,0 +1,6 @@ +detachtty lets you run interactive programs non-interactively, and +connect to them over the network when you do need to interact with +them. It's designed for long-running Lisp processes. Unlike screen, +it works in emacs comint modes, and unlike qcmu, it deals correctly +with passing on a SIGINT sent to it. Needs ssh for operation over +the net. |