Shell multiplexer
Go to file
Marc André Tanner b205eeea9a Don't wait for clients to be present inorder to read program I/O
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.
2014-03-06 12:58:15 +01:00
.gitignore Initial import 2014-02-18 23:04:00 +01:00
LICENSE Initial import 2014-02-18 23:04:00 +01:00
Makefile Add debug.c to Makefile tarball generation target 2014-02-18 23:22:49 +01:00
README Initial import 2014-02-18 23:04:00 +01:00
abduco.1 Initial import 2014-02-18 23:04:00 +01:00
abduco.c Send exit status back to client 2014-02-27 23:47:48 +01:00
client.c Send exit status back to client 2014-02-27 23:47:48 +01:00
config.def.h Initial import 2014-02-18 23:04:00 +01:00
config.mk Initial import 2014-02-18 23:04:00 +01:00
debug.c Send exit status back to client 2014-02-27 23:47:48 +01:00
forkpty-aix.c Add forkpty implementation for AIX 2014-02-18 23:19:55 +01:00
server.c Don't wait for clients to be present inorder to read program I/O 2014-03-06 12:58:15 +01:00

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.