| Commit message (Expand) | Author | Age | Files | Lines |
* | Break new window and pane creation common code from various commands and |  nicm | 2019-04-17 | 1 | -6/+6 |
* | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -3/+1 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -7/+7 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -7/+7 |
* | Trying to do hooks generically is way too complicated and unreliable and |  nicm | 2016-10-13 | 1 | -8/+1 |
* | Some improvements and bug fixes for hooks: |  nicm | 2016-10-13 | 1 | -1/+8 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -3/+3 |
* | Remove unused variables, from Michal Mazurek. |  nicm | 2016-03-01 | 1 | -8/+3 |
* | 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 | -14/+17 |
* | 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 | -18/+8 |
* | Some style nits and dead assignments. |  nicm | 2015-08-30 | 1 | -3/+1 |
* | Add support for a single "marked pane". There is one marked pane in the |  nicm | 2015-06-04 | 1 | -3/+7 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -13/+1 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -2/+1 |
* | If -s to swap-pane is not given, use the current pane. |  nicm | 2013-03-28 | 1 | -3/+7 |
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full |  nicm | 2013-03-24 | 1 | -1/+3 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -5/+5 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -9/+9 |
* | Reset last pane on swap-pane across windows, fixes crash noticed by hsim |  nicm | 2011-05-08 | 1 | -1/+7 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -27/+19 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -2/+2 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -7/+8 |
* | Remove some dead code found by clang. |  nicm | 2009-07-30 | 1 | -2/+1 |
* | Merge pane number into the target specification for pane commands. Instead of |  nicm | 2009-07-30 | 1 | -195/+70 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -24/+1 |
* | Move the offsets as well when swapping panes. |  nicm | 2009-07-20 | 1 | -7/+7 |
* | Improved layout code. |  nicm | 2009-07-19 | 1 | -6/+10 |
* | Get rid of the PANE_HIDDEN flag in favour of a function, and moving the |  nicm | 2009-07-14 | 1 | -8/+2 |
* | Having fixed flags for single-character getopt options is a bit hard to |  nicm | 2009-07-13 | 1 | -2/+2 |
* | When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux |  nicm | 2009-06-03 | 1 | -2/+11 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+285 |