| Commit message (Expand) | Author | Age |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the | nicm | 2017-04-22 |
* | Mouse bindings and hooks set up an initial current state when running a | nicm | 2017-04-22 |
* | Rename a variable. | nicm | 2017-04-21 |
* | The target validity check used window_pane_visible but that may be false | nicm | 2016-11-16 |
* | Mass rename struct cmd_q to struct cmdq_item and related. | nicm | 2016-10-16 |
* | Add static in cmd-* and fix a few other nits. | nicm | 2016-10-10 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Remove an extra unzoom call which was probably a merge error. | nicm | 2015-12-31 |
* | Make the marked pane a cmd_find_state. | nicm | 2015-12-15 |
* | Instead of combined flags for -c, -s, -t, split into different sets | nicm | 2015-12-14 |
* | Use member names in cmd_entry definitions so I stop getting confused | nicm | 2015-12-13 |
* | Instead of every command resolving the target (-t or -s) itself, prepare | nicm | 2015-12-13 |
* | Unzoom before -LRUD, reported by Andy Weidenbaum. | nicm | 2015-10-22 |
* | When the active pane changes, redraw panes if the style has | nicm | 2015-09-14 |
* | Add support for a single "marked pane". There is one marked pane in the | nicm | 2015-06-04 |
* | Do not complain when directions fail. | nicm | 2015-04-29 |
* | If the requested pane is already active, do not unzoom the window (or do | nicm | 2015-04-27 |
* | Support setting the default window and pane background colours (window | nicm | 2015-04-19 |
* | Only redraw pane when it has actually changed. | nicm | 2014-10-21 |
* | Instead of setting up the default keys by building the key struct | nicm | 2014-10-20 |
* | Add flags to selectp to enable and disable input to a pane, from Anish | nicm | 2014-08-11 |
* | Remove the barely-used and unnecessary command check() function. | nicm | 2013-10-10 |
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott | 2013-03-24 |
* | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |
* | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott | 2012-07-11 |
* | Redraw pane borders when switching to last pane. | Nicholas Marriott | 2011-01-31 |
* | Now that parsing is common, merge some of the small, related commands | Nicholas Marriott | 2011-01-04 |
* | Clean up and simplify tmux command argument parsing. | Nicholas Marriott | 2011-01-04 |
* | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott | 2010-03-22 |
* | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott | 2010-01-03 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the | Nicholas Marriott | 2009-11-13 |
* | Merge pane number into the target specification for pane commands. Instead of | Nicholas Marriott | 2009-07-30 |
* | Make all messages sent between the client and server fixed size. | Nicholas Marriott | 2009-07-26 |
* | Now that #P could be in the status line, flag it for redraw when the active | Nicholas Marriott | 2009-07-20 |
* | Improved layout code. | Nicholas Marriott | 2009-07-19 |
* | Get rid of the PANE_HIDDEN flag in favour of a function, and moving the | Nicholas Marriott | 2009-07-14 |
* | Having fixed flags for single-character getopt options is a bit hard to | Nicholas Marriott | 2009-07-13 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |