| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some spacing nits. |  nicm | 2014-10-22 | 1 | -2/+2 |
* | Move template defines back into .c files. |  nicm | 2014-10-20 | 1 | -1/+6 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -2/+1 |
* | Plug a memory leak, from J Raynor. |  nicm | 2014-05-08 | 1 | -1/+3 |
* | Some more long lines. |  nicm | 2014-04-17 | 1 | -2/+3 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -2/+1 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -7/+7 |
* | Allow choose commands to be used outside tmux, so long as at least one |  nicm | 2013-03-21 | 1 | -4/+3 |
* | Remove free callback for window_choose_data objects. |  nicm | 2013-03-21 | 1 | -3/+2 |
* | Miscellaneous tidying of choose API, including: |  nicm | 2013-03-21 | 1 | -21/+8 |
* | Add ability to active pane in list-windows and find-window formats, from |  nicm | 2012-10-25 | 1 | -1/+2 |
* | When choosing a pane found by find-window, switch to that pane rather |  nicm | 2012-09-03 | 1 | -60/+78 |
* | Use a separate define for each default format template and strip clutter |  nicm | 2012-08-14 | 1 | -2/+2 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -7/+7 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -5/+6 |
* | Clean up and simplify the choose mode code, from Thomas Adam. |  nicm | 2012-06-25 | 1 | -33/+28 |
* | Trim a blank line. |  nicm | 2012-06-25 | 1 | -2/+1 |
* | Switch all of the various choose- and list- commands over to the format |  nicm | 2012-05-22 | 1 | -10/+22 |
* | Minor style nits - return (). |  nicm | 2012-04-01 | 1 | -2/+2 |
* | Only find each window once no matter how many panes, from Jonathan |  nicm | 2012-04-01 | 1 | -1/+2 |
* | Remove a stale comment. |  nicm | 2012-03-20 | 1 | -7/+1 |
* | Add -C -N -T flags to find-window to find in content, name, title. From |  nicm | 2012-03-20 | 1 | -7/+53 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -13/+14 |
* | Unify the way sessions are used by callbacks - store the address and use |  nicm | 2010-12-20 | 1 | -11/+24 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -2/+2 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -3/+1 |
* | A similar for fix for window_choose: don't rely on the callback always being |  nicm | 2009-07-17 | 1 | -3/+2 |
* | Having fixed flags for single-character getopt options is a bit hard to |  nicm | 2009-07-13 | 1 | -2/+2 |
* | Change find-window and monitor-content to use fnmatch(3). For convenience and |  nicm | 2009-06-24 | 1 | -7/+12 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+160 |