2010-05-11 20:01:58 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2013-11-22 08:29:22 +01:00
|
|
|
# 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 ':' except on otherwise blank lines.
|
2010-05-11 20:01:58 +02:00
|
|
|
|
2012-08-16 03:27:00 +02:00
|
|
|
|-----handy-ruler------------------------------------------------------|
|
2010-05-11 20:01:58 +02:00
|
|
|
dtach: dtach (detaches/reattaches programs from/to their terminals)
|
2010-07-01 03:56:19 +02:00
|
|
|
dtach:
|
2010-05-11 20:01:58 +02:00
|
|
|
dtach: dtach is a tiny program that emulates the detach feature of screen,
|
|
|
|
dtach: allowing you to run a program in an environment that is protected
|
|
|
|
dtach: from the controlling terminal and attach to it later. dtach does not
|
|
|
|
dtach: keep track of the contents of the screen, and thus works best with
|
|
|
|
dtach: programs that know how to redraw themselves. It is designed to be
|
|
|
|
dtach: transparent and un-intrusive; it avoids interpreting the input and
|
|
|
|
dtach: output between attached terminals and the program under its control.
|
2010-07-01 03:56:19 +02:00
|
|
|
dtach:
|
2010-07-03 00:47:02 +02:00
|
|
|
dtach: Homepage: http://dtach.sourceforge.net/
|