index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
cmd-pipe-pane.c
Age
Commit message (
Expand
)
Author
2010-06-14
Last change erroneously used the target argument for looking up the
Nicholas Marriott
2010-06-05
Support the status_replace # replacement sequences in the pipe-pane
Nicholas Marriott
2010-05-04
Put this back in with the initialisation in the right order.
Nicholas Marriott
2010-05-04
Revert last change, it appears to be broken somehow.
Nicholas Marriott
2010-05-03
Make signal handler setup/teardown two common functions instead of six,
Nicholas Marriott
2009-12-03
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-11-26
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
Nicholas Marriott
2009-11-13
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
Nicholas Marriott
2009-11-13
Unreachable statement, found by lint.
Nicholas Marriott
2009-11-04
Convert the window pane (pty master side) fd over to use a bufferevent.
Nicholas Marriott
2009-11-04
Switch window pane pipe redirect fd over to a bufferevent.
Nicholas Marriott
2009-11-04
Initial changes to move tmux to libevent.
Nicholas Marriott
2009-10-21
Nuke dead store.
Nicholas Marriott
2009-10-11
Add a pipe-pane command to allow a pane to be piped to a shell command, for
Nicholas Marriott