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/slack-desc | |
parent | 9cbd58d0a4570085d1563266f22dd4bcf6c3d83f (diff) | |
download | slackbuilds-64ce3057546d43f6e3bbd1bef1fe2ca7dc5cb87f.tar.gz |
system/detachtty: Added to 12.1 repository
Diffstat (limited to 'system/detachtty/slack-desc')
-rw-r--r-- | system/detachtty/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/detachtty/slack-desc b/system/detachtty/slack-desc new file mode 100644 index 0000000000..184d901c5c --- /dev/null +++ b/system/detachtty/slack-desc @@ -0,0 +1,18 @@ + HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +detachtty: +detachtty: detachtty (a screen like program) +detachtty: +detachtty: detachtty lets you run interactive programs non-interactively, and +detachtty: connect to them over the network when you do need to interact with +detachtty: them. It's designed for long-running Lisp processes. Unlike screen, +detachtty: it works in emacs comint modes, and unlike qcmu, it deals correctly +detachtty: with passing on a SIGINT sent to it. Needs ssh for operation over +detachtty: the net. +detachtty: |