Age | Commit message (Expand) | Author |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-24 | Fix error reporting for client commands by adding a flag to | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2011-10-27 | Missing -o on usage for pipe-pane, from Tiago Cunha. | Nicholas Marriott |
2011-07-30 | Do not require a client here, or pipe-pane will not work from the | Nicholas Marriott |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott |
2011-01-08 | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2010-10-16 | Trying to set FD_CLOEXEC on every fd is a lost cause, just use | Nicholas Marriott |
2010-08-19 | Do not call event_del() for signals after fork(), just use sigaction() | Nicholas Marriott |
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 |