Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | The client buffers have to be checked after every event in order to catch the | Nicholas Marriott | 2009-10-22 | |
| | | | | escape timers and properly reset the cursor. | |||
* | Split the server code handling clients, jobs and windows off into separate | Nicholas Marriott | 2009-10-22 | |
files from server.c (merging server-msg.c into the client file) and rather than iterating over each set after poll(), allow a callback to be specified when the fd is added and just walk once over the returned pollfds calling each callback where needed. More to come, getting this in so it is tested. |