commit | a02c7e804c8c6b9984e9d09c305199ccec92763f | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Wed Nov 04 22:43:11 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Wed Nov 04 22:43:11 2009 +0000 |
tree | 396a9d8eab87fa47c0d62e12f3ec043309a99cf1 | |
parent | 06ffed32169a6bf449f543803ee8b87c439ae94b [diff] |
Convert the window pane (pty master side) fd over to use a bufferevent. The evbuffer API is very similar to the existing tmux buffer API so this was remarkably painless. Not many possible ways to do it, I suppose.