summaryrefslogtreecommitdiffstats
path: root/cmd.c
AgeCommit message (Expand)Author
2010-10-29We now send argv to the server after parsing it in the client to get theNicholas Marriott
2010-10-23Add a last-pane command (bound to ; by default). Requested ages ago byNicholas Marriott
2010-10-16Fall back on normal session choice method if $TMUX exists but is invalidNicholas Marriott
2010-07-14Make pane/window wrapping more logical (so with 10 windows, +10 fromNicholas Marriott
2010-06-21Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott
2010-06-21Extend the -t:+ and -t:- window targets for next and previous window toNicholas Marriott
2010-05-05Identical behaviour to select-prompt can now be obtained withNicholas Marriott
2010-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-01-19Permit !, + and - to be used for window targets to specify last window (!), orNicholas Marriott
2010-01-07New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott
2009-12-08Permit panes to be referred to as "top", "bottom", "top-left" etc, if the rightNicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-01New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott
2009-11-21Use home from struct passwd if HOME is empty as well as if it is NULL, and fixNicholas Marriott
2009-11-18Add a per-client log of status line messages displayed while that clientNicholas Marriott
2009-11-03Add an activity time for clients, like for sessions, and change session andNicholas Marriott
2009-11-03If it isn't available explicitly, work out the current client in a similar wayNicholas Marriott
2009-11-03Change session and client activity and creation time members to have moreNicholas Marriott
2009-11-02When matching the session names with -t, look for exact matches first beforeNicholas Marriott
2009-10-26tabs are better; ok nicmTheo Deraadt
2009-10-14cmd_find_client shouldn't die when there is an empty slot in the clientsNicholas Marriott
2009-10-14Don't allow cmd_lookup_client to test clients without a session.Nicholas Marriott
2009-10-11Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott
2009-10-10Split list-panes off from list-windows.Nicholas Marriott
2009-10-07Fix comment.Nicholas Marriott
2009-10-06Remove scroll mode which is now redundant, copy mode should be used instead.Nicholas Marriott
2009-10-05If no target client is specified to commands which accept one, try to guess theNicholas Marriott
2009-09-24New lock-client and lock-session commands to lock an individual client or allNicholas Marriott
2009-09-23Remove the internal tmux locking and instead detach each client and run theNicholas Marriott
2009-09-20run-shell command to run a shell command without opening a window, sendingNicholas Marriott
2009-08-31Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott
2009-08-25Add a choose-client command and extend choose-{session,window} to accept aNicholas Marriott
2009-08-23The cursession member in struct cmd_ctx is always either curclient->session orNicholas Marriott
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott
2009-07-30Merge pane number into the target specification for pane commands. Instead ofNicholas Marriott
2009-07-29Add an additional heuristic to work out the current session when run from theNicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-24cmd_find_index should return -2 on error.Nicholas Marriott
2009-07-22Tidy the target parsing code a bit and correct the behaviour so that as beforeNicholas Marriott
2009-07-17- New command display-message (alias display) to display a message in theNicholas Marriott
2009-07-15Return -1 not NULL on error, pointed out by Roy Marples.Nicholas Marriott
2009-07-13Tidy up and improve target (-t) argument parsing:Nicholas Marriott
2009-07-09New command, if-shell (alias if). Executes the tmux command in the secondNicholas Marriott
2009-07-07Don't let ambiguous commands override an exact alias match: eg if commandsNicholas Marriott
2009-06-04Print a better message than '(null)' if no command is specified ("tmux \;").Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott