- ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
- 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
- 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
- b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
- 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
- cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
- acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
- 34d05ea We now send argv to the server after parsing it in the client to get the by Nicholas Marriott · 14 years ago
- 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
- 6c42f1a Fall back on normal session choice method if $TMUX exists but is invalid by Nicholas Marriott · 14 years ago
- 43355fa Make pane/window wrapping more logical (so with 10 windows, +10 from by Nicholas Marriott · 14 years ago
- ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
- 386849e Extend the -t:+ and -t:- window targets for next and previous window to by Nicholas Marriott · 14 years ago
- e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 15 years ago
- 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
- 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
- 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
- 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago
- 9b9d26f Use home from struct passwd if HOME is empty as well as if it is NULL, and fix by Nicholas Marriott · 15 years ago
- 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
- 0785f28 Add an activity time for clients, like for sessions, and change session and by Nicholas Marriott · 15 years ago
- 5761ab6 If it isn't available explicitly, work out the current client in a similar way by Nicholas Marriott · 15 years ago
- 5289da2 Change session and client activity and creation time members to have more by Nicholas Marriott · 15 years ago
- 1c853c6 When matching the session names with -t, look for exact matches first before by Nicholas Marriott · 15 years ago
- ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
- 1a3c334 cmd_find_client shouldn't die when there is an empty slot in the clients by Nicholas Marriott · 15 years ago
- adad557 Don't allow cmd_lookup_client to test clients without a session. by Nicholas Marriott · 15 years ago
- 64b5f39 Add a pipe-pane command to allow a pane to be piped to a shell command, for by Nicholas Marriott · 15 years ago
- 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago
- 56ddd3c Fix comment. by Nicholas Marriott · 15 years ago
- 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
- 4ca2200 If no target client is specified to commands which accept one, try to guess the by Nicholas Marriott · 15 years ago
- 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
- b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
- 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago
- 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
- 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
- 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
- 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
- 071494d Merge pane number into the target specification for pane commands. Instead of by Nicholas Marriott · 15 years ago
- 2b33108 Add an additional heuristic to work out the current session when run from the by Nicholas Marriott · 15 years ago
- 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
- c6dac5c cmd_find_index should return -2 on error. by Nicholas Marriott · 15 years ago
- f7df0ba Tidy the target parsing code a bit and correct the behaviour so that as before by Nicholas Marriott · 15 years ago
- 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
- 780fd8f Return -1 not NULL on error, pointed out by Roy Marples. by Nicholas Marriott · 15 years ago
- 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
- 81181bf New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
- b4efd1c Don't let ambiguous commands override an exact alias match: eg if commands by Nicholas Marriott · 15 years ago
- 85e0d8a Print a better message than '(null)' if no command is specified ("tmux \;"). by Nicholas Marriott · 15 years ago
- 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago