Subject: CVS commit: wip/detachtty
From: Oleksandr Kozachuk
Date: 2011-02-20 21:58:40
Message id: E1PrGMr-0007SK-3f@sfs-ml-1.v29.ch3.sourceforge.com

Log Message:
Import detachtty-9 as wip/detachtty.

Detachtty is a Unix system programming utility that lets you run interactive
programs (such as Lisp) non-interactively. Also, it allows you to connect to
them over the network when you do need to interact with them. It's intended for
use with long-running server processes running in Common Lisp implementations

If you've used screen, it's a similar concept, but more suited to traditional
scrolling interfaces whereas screen is better for full-screen (e.g.
curses-based) apps. Compared to screen, detachtty

 - has no capability to swap between different screens (doesn't eat C-a)
 - runs in line-at-a-time mode with no tty emulation (you can sanely use it in
   emacs comint modes or from inside a script(1) session)
 - has no features (less to go wrong)
 - and thus doesn't need a configuration file either


Files:
RevisionActionfile
1.1importwip/detachtty/Makefile
1.1importwip/detachtty/distinfo
1.1importwip/detachtty/PLIST
1.1importwip/detachtty/DESCR
1.1importwip/detachtty/patches/patch-ab
1.1importwip/detachtty/patches/patch-ac
1.1importwip/detachtty/patches/patch-aa