Shell multiplexer
Go to file
Marc André Tanner 9e29a968d8 Fix race condition on command execution
There are now two different pipes used for synchronization purposes.
2014-06-24 10:50:10 +02: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 Man page tweaks 2014-06-20 13:24:57 +02:00
abduco.c Fix race condition on command execution 2014-06-24 10:50:10 +02:00
client.c Source code formatting changes 2014-03-22 17:38:17 +01:00
config.def.h Change default key bindings to match dtach 2014-03-06 23:17:43 +01:00
config.mk Remove useless default paths from config.mk 2014-06-20 10:10:59 +02:00
debug.c Clean up debug packet printing code 2014-03-21 23:00:08 +01:00
forkpty-aix.c Add forkpty implementation for AIX 2014-02-18 23:19:55 +01:00
server.c Mark zombie sessions with '+' symbol 2014-06-18 14:28:31 +02:00
testsuite.sh Stop running tests once the environment is contaminated 2014-06-24 10:48:11 +02: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.