CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/27 07:23:25
Modified files:
usr.bin/tmux : Makefile client.c cmd-attach-session.c
cmd-detach-client.c cmd-find.c
cmd-new-session.c server-client.c server-fn.c
server.c signal.c tmux.c tmux.h
Added files:
usr.bin/tmux : proc.c
Log message:
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.
