CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/11/04 13:50:11
Modified files:
usr.bin/tmux : Makefile buffer-poll.c client.c
cmd-kill-server.c cmd-pipe-pane.c job.c
server-client.c server-job.c server-window.c
server.c tmux.c tmux.h window.c
Log message:
Initial changes to move tmux to libevent.
This moves the client-side loops are pretty much fully over to event-based only
(tmux.c and client.c) but server-side (server.c and friends) treats libevent as
a sort of clever poll, waking up after every event to run various things.
Moving the server stuff over to bufferevents and timers and so on will come
later.