Shell multiplexer
Go to file
Marc André Tanner ef36456177 Do not display hostname suffix in session listing
Trying to attach to an existing session with its hostname does not
work, therefore avoid confusion and do not display it.
2014-09-08 21:03: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 Solaris support 2014-07-07 22:46:14 +02:00
README Initial import 2014-02-18 23:04:00 +01:00
abduco.1 Add whatis entry to man page 2014-07-20 09:54:32 +02:00
abduco.c Do not display hostname suffix in session listing 2014-09-08 21:03:10 +02:00
client.c Avoid usage of non-ISO-standard escape sequences 2014-07-07 20:20:46 +02:00
config.def.h Change default key bindings to match dtach 2014-03-06 23:17:43 +01:00
config.mk Add library hint for Solaris to config.mk 2014-07-07 22:50:15 +02:00
debug.c Use correct printf format specifier for size_t 2014-06-24 11:56:12 +02:00
forkpty-aix.c Fix AIX support 2014-07-07 22:33:05 +02:00
forkpty-sunos.c Fallback to TTYNAME_MAX if TTY_NAME_MAX is not defined 2014-07-08 10:22:42 +02:00
server.c Make client termination more robust by explicitly sending exit messages 2014-06-24 10:55:44 +02:00
testsuite.sh Set detach key explicitly in testsuite.sh 2014-06-25 09:59:21 +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.