forked from github/abduco
Previously the underlying application would block on I/O because we would wait to read it until a client is connected to display the information. This prevented long running tasks from making progress. However with the new approach output data of programs which terminate while no client is connected is lost. |
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README | ||
| abduco.1 | ||
| abduco.c | ||
| client.c | ||
| config.def.h | ||
| config.mk | ||
| debug.c | ||
| forkpty-aix.c | ||
| server.c | ||
README
abduco ====== abduco provides the session management and attach/detach functionality of screen(1) and tmux(1) together with dvtm(1) it is a nearly complete replacement of the before mentioned tools. See http://www.brain-dump.org/projects/abduco for the latest version.