diff options
author | tobez <tobez@FreeBSD.org> | 2004-06-22 17:24:56 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2004-06-22 17:24:56 +0800 |
commit | 8d952770400d483d89680f7463459bc8274db04f (patch) | |
tree | 641495559ace3939c38c366ce98c698189cda8cb /misc/dtach/pkg-descr | |
parent | 0888921de08c5ebd83576880b0bfb3febba2a5ad (diff) | |
download | freebsd-ports-gnome-8d952770400d483d89680f7463459bc8274db04f.tar.gz freebsd-ports-gnome-8d952770400d483d89680f7463459bc8274db04f.tar.zst freebsd-ports-gnome-8d952770400d483d89680f7463459bc8274db04f.zip |
Add dtach 0.6,
a small program that emulates the detach feature of
screen.
PR: 68179
Submitted by: bkhl@elektrubadur.se
Diffstat (limited to 'misc/dtach/pkg-descr')
-rw-r--r-- | misc/dtach/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/dtach/pkg-descr b/misc/dtach/pkg-descr new file mode 100644 index 000000000000..a98459e0b2ff --- /dev/null +++ b/misc/dtach/pkg-descr @@ -0,0 +1,7 @@ +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/ |