| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a flag to cmd_find_session so that attach-session can prefer |  nicm | 2011-04-05 | 1 | -14/+20 |
* | Give each pane created in a tmux server a unique id (starting from 0), |  nicm | 2011-03-27 | 1 | -12/+89 |
* | Set $TMUX without the session when background jobs are run. |  nicm | 2011-01-23 | 1 | -2/+2 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -29/+31 |
* | Change from a per-session stack of buffers to one global stack which is |  nicm | 2010-12-30 | 1 | -2/+1 |
* | Store sessions in an RB tree by name rather than a list, this is tidier |  nicm | 2010-12-21 | 1 | -25/+34 |
* | We now send argv to the server after parsing it in the client to get the |  nicm | 2010-10-29 | 1 | -1/+17 |
* | Add a last-pane command (bound to ; by default). Requested ages ago by |  nicm | 2010-10-23 | 1 | -1/+2 |
* | Fall back on normal session choice method if $TMUX exists but is invalid |  nicm | 2010-10-16 | 1 | -9/+5 |
* | Make pane/window wrapping more logical (so with 10 windows, +10 from |  nicm | 2010-07-14 | 1 | -80/+79 |
* | Add a choose-buffer command for easier use of the paste buffer stack. |  nicm | 2010-06-21 | 1 | -1/+2 |
* | Extend the -t:+ and -t:- window targets for next and previous window to |  nicm | 2010-06-21 | 1 | -65/+124 |
* | Identical behaviour to select-prompt can now be obtained with |  nicm | 2010-05-05 | 1 | -2/+1 |
* | Support up, down, left, right movement through panes with -UDLR flags to |  nicm | 2010-03-22 | 1 | -5/+17 |
* | Permit !, + and - to be used for window targets to specify last window (!), or |  nicm | 2010-01-19 | 1 | -9/+57 |
* | New command, join-pane, to split and move an existing pane into the space (like |  nicm | 2010-01-07 | 1 | -1/+2 |
* | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right |  nicm | 2009-12-08 | 1 | -15/+28 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -12/+12 |
* | New command, capture-pane, which copies the entire pane contents to a paste |  nicm | 2009-12-01 | 1 | -1/+2 |
* | Use home from struct passwd if HOME is empty as well as if it is NULL, and fix |  nicm | 2009-11-21 | 1 | -3/+2 |
* | Add a per-client log of status line messages displayed while that client |  nicm | 2009-11-18 | 1 | -1/+2 |
* | Add an activity time for clients, like for sessions, and change session and |  nicm | 2009-11-03 | 1 | -28/+29 |
* | If it isn't available explicitly, work out the current client in a similar way |  nicm | 2009-11-03 | 1 | -31/+47 |
* | Change session and client activity and creation time members to have more |  nicm | 2009-11-03 | 1 | -5/+5 |
* | When matching the session names with -t, look for exact matches first before |  nicm | 2009-11-02 | 1 | -9/+14 |
* | tabs are better; ok nicm |  deraadt | 2009-10-26 | 1 | -3/+3 |
* | cmd_find_client shouldn't die when there is an empty slot in the clients |  nicm | 2009-10-14 | 1 | -8/+9 |
* | Don't allow cmd_lookup_client to test clients without a session. |  nicm | 2009-10-14 | 1 | -2/+3 |
* | Add a pipe-pane command to allow a pane to be piped to a shell command, for |  nicm | 2009-10-11 | 1 | -1/+2 |
* | Split list-panes off from list-windows. |  nicm | 2009-10-10 | 1 | -1/+2 |
* | Fix comment. |  nicm | 2009-10-07 | 1 | -2/+2 |
* | Remove scroll mode which is now redundant, copy mode should be used instead. |  nicm | 2009-10-06 | 1 | -2/+1 |
* | If no target client is specified to commands which accept one, try to guess the |  nicm | 2009-10-05 | 1 | -3/+50 |
* | New lock-client and lock-session commands to lock an individual client or all |  nicm | 2009-09-24 | 1 | -1/+3 |
* | Remove the internal tmux locking and instead detach each client and run the |  nicm | 2009-09-23 | 1 | -6/+1 |
* | run-shell command to run a shell command without opening a window, sending |  nicm | 2009-09-20 | 1 | -1/+2 |
* | Add a new display-panes command, with two options (display-panes-colour and |  nicm | 2009-08-31 | 1 | -1/+2 |
* | Add a choose-client command and extend choose-{session,window} to accept a |  nicm | 2009-08-25 | 1 | -1/+43 |
* | The cursession member in struct cmd_ctx is always either curclient->session or |  nicm | 2009-08-23 | 1 | -3/+3 |
* | Infrastructure and commands to manage the environment for processes started |  nicm | 2009-08-08 | 1 | -1/+3 |
* | Merge pane number into the target specification for pane commands. Instead of |  nicm | 2009-07-30 | 1 | -1/+86 |
* | Add an additional heuristic to work out the current session when run from the |  nicm | 2009-07-29 | 1 | -8/+47 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -83/+59 |
* | cmd_find_index should return -2 on error. |  nicm | 2009-07-24 | 1 | -2/+2 |
* | Tidy the target parsing code a bit and correct the behaviour so that as before |  nicm | 2009-07-22 | 1 | -54/+90 |
* | - New command display-message (alias display) to display a message in the |  nicm | 2009-07-17 | 1 | -1/+2 |
* | Return -1 not NULL on error, pointed out by Roy Marples. |  nicm | 2009-07-15 | 1 | -2/+2 |
* | Tidy up and improve target (-t) argument parsing: |  nicm | 2009-07-13 | 1 | -50/+372 |
* | New command, if-shell (alias if). Executes the tmux command in the second |  nicm | 2009-07-09 | 1 | -1/+2 |
* | Don't let ambiguous commands override an exact alias match: eg if commands |  nicm | 2009-07-07 | 1 | -3/+6 |