CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/04 15:43:11
Modified files:
usr.bin/tmux : cmd-paste-buffer.c cmd-pipe-pane.c input-keys.c
input.c server-window.c server.c tmux.h
window.c
Log message:
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.
