aboutsummaryrefslogtreecommitdiff
path: root/cmd-pipe-pane.c
Commit message (Expand)AuthorAge
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Unreachable statement, found by lint.Nicholas Marriott2009-11-13
* Convert the window pane (pty master side) fd over to use a bufferevent.Nicholas Marriott2009-11-04
* Switch window pane pipe redirect fd over to a bufferevent.Nicholas Marriott2009-11-04
* Initial changes to move tmux to libevent.Nicholas Marriott2009-11-04
* Nuke dead store.Nicholas Marriott2009-10-21
* Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott2009-10-11