summaryrefslogtreecommitdiffstats
path: root/cmd.c
AgeCommit message (Expand)Author
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