Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Sync OpenBSD patchset 440: | Tiago Cunha | 2009-10-23 | |
| | | | | | | Redraw checks have to after handling input or pane redraw flags set by key presses will not be acted on. | |||
* | Sync OpenBSD patchset 439: | Tiago Cunha | 2009-10-23 | |
| | | | | | | The client buffers have to be checked after every event in order to catch the escape timers and properly reset the cursor. | |||
* | Adjust OpenBSD patchset 438 to the portable version. | Tiago Cunha | 2009-10-23 | |
| | ||||
* | Sync OpenBSD patchset 438: | Tiago Cunha | 2009-10-23 | |
Split the server code handling clients, jobs and windows off into separate 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. |