Break the common process set up, event loop and imsg dispatch code
authornicm <nicm@openbsd.org>
Tue, 27 Oct 2015 13:23:24 +0000 (13:23 +0000)
committernicm <nicm@openbsd.org>
Tue, 27 Oct 2015 13:23:24 +0000 (13:23 +0000)
commit5b8ac713229c2d8f70554cd7f8b1b510ef9b62a4
treeebcb1555f7a0554e0995b34e7fe690f3c21fcad4
parent613c5345343bbf82687bd4fa255b971b29f76809
Break the common process set up, event loop and imsg dispatch code
between server and client out into a separate internal API. This will
make it easier to add another process.
13 files changed:
usr.bin/tmux/Makefile
usr.bin/tmux/client.c
usr.bin/tmux/cmd-attach-session.c
usr.bin/tmux/cmd-detach-client.c
usr.bin/tmux/cmd-find.c
usr.bin/tmux/cmd-new-session.c
usr.bin/tmux/proc.c [new file with mode: 0644]
usr.bin/tmux/server-client.c
usr.bin/tmux/server-fn.c
usr.bin/tmux/server.c
usr.bin/tmux/signal.c
usr.bin/tmux/tmux.c
usr.bin/tmux/tmux.h