| Commit message (Expand) | Author | Age | Files | Lines |
* | In order that people can use formats like #D in #() in the status line |  nicm | 2017-05-01 | 1 | -2/+2 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -4/+4 |
* | Add a window or pane id "tag" to each format tree and use it to separate |  nicm | 2017-02-03 | 1 | -2/+2 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -19/+19 |
* | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. |  nicm | 2016-10-14 | 1 | -2/+2 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -11/+11 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Instead of combined flags for -c, -s, -t, split into different sets |  nicm | 2015-12-14 | 1 | -2/+4 |
* | Use member names in cmd_entry definitions so I stop getting confused |  nicm | 2015-12-13 | 1 | -6/+9 |
* | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -13/+6 |
* | Add cmdq as an argument to format_create and add a format for the |  nicm | 2015-12-11 | 1 | -2/+2 |
* | Remove format_create_flags and just pass flags to format_create. |  nicm | 2015-12-08 | 1 | -2/+2 |
* | A few minor style nits. |  nicm | 2015-09-16 | 1 | -13/+12 |
* | Wrap all the individual format_* calls in a single format_defaults |  nicm | 2015-02-05 | 1 | -4/+2 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -2/+1 |
* | 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 | -17/+17 |
* | Use the CMD_*_USAGE defines consistently, from Thomas Adam. |  nicm | 2012-12-09 | 1 | -2/+2 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -6/+6 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -2/+3 |
* | Add a pane_index format string and use it, from Ben Boeckel. |  nicm | 2011-11-15 | 1 | -4/+4 |
* | Add initial framework for more powerful formatting of command output and |  nicm | 2011-08-26 | 1 | -47/+53 |
* | Show full targets for lsp/lsw -a. |  nicm | 2011-07-04 | 1 | -15/+37 |
* | Add a flag to cmd_find_session so that attach-session can prefer |  nicm | 2011-04-05 | 1 | -2/+2 |
* | Add -a and -s options to lsp to list all panes in the server or session |  nicm | 2011-03-28 | 1 | -11/+51 |
* | Give each pane created in a tmux server a unique id (starting from 0), |  nicm | 2011-03-27 | 1 | -3/+3 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -9/+8 |
* | Show more window and pane flags in list-* output, and put layout on the |  nicm | 2010-11-15 | 1 | -3/+4 |
* | Show which pane is active in the list-panes output, suggested by Dominik |  nicm | 2010-08-11 | 1 | -3/+4 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -4/+4 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -2/+2 |
* | The pane pty name isn't useful for anything so show the pane number instead. |  nicm | 2009-10-15 | 1 | -10/+6 |
* | Split list-panes off from list-windows. |  nicm | 2009-10-10 | 1 | -0/+78 |