1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/misc/dtach/pkg-descr
Andrew Pantyukhin 8f1b1d4a26 - Update to 0.8
- Clean up
2008-02-01 12:35:41 +00:00

9 lines
406 B
Plaintext

dtach is a tiny program that emulates the detach feature of screen,
allowing you to run a program in an environment that is protected from
the controlling terminal and attach to it later. dtach does not keep
track of the contents of the screen, and thus works best with programs
that know how to redraw themselves.
WWW: http://dtach.sourceforge.net/
Author: Ned T. Crigler <crigler@users.sourceforge.net>