commit | abf3a5d50ec4003f58f460cc9ab3c00671c920f8 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Wed Nov 04 20:50:11 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Wed Nov 04 20:50:11 2009 +0000 |
tree | 214252ffd3ea45a0998d965b5e2736e80100a9a9 | |
parent | f575e39b0a367ae9b8a7cf54ceead865b8885eed [diff] |
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.