summaryrefslogtreecommitdiffstats
path: root/cmd.c
AgeCommit message (Expand)Author
2009-07-25Sync OpenBSD patchset 178:Tiago Cunha
2009-07-23Sync OpenBSD patchset 164:Tiago Cunha
2009-07-21No paths.h in cmd.c; add _PATH_DEV for Solaris.Nicholas Marriott
2009-07-17- New command display-message (alias display) to display a message in theTiago Cunha
2009-07-17Changed the wrong thing here.Nicholas Marriott
2009-07-15Return -1 not NULL on error, pointed out by Roy Marples.Nicholas Marriott
2009-07-15Add a -k flag to unlink-window which makes it behave the same as the oldNicholas Marriott
2009-07-14Tidy 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-08Fix $Id$.Nicholas Marriott
2009-07-08Don't let ambiguous commands override an exact alias match: eg if commandsNicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Print a better message than '(null)' if no command is specified ("tmux \;").Nicholas Marriott
2009-05-16select-layout command and some key bindings.Nicholas Marriott
2009-05-14clear-history command.Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-30previous-layout command.Nicholas Marriott
2009-04-30Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott
2009-04-27- confirm-before command.Tiago Cunha
2009-04-03rotate-window command.Nicholas Marriott
2009-04-02swap-pane command.Nicholas Marriott
2009-04-01Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott
2009-03-07break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott
2009-02-03copy-buffer command.Tiago Cunha
2009-01-25load-buffer commandTiago Cunha
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-18find-window command.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-15Two new commands, choose-window and choose-session which work only when bound...Nicholas Marriott
2009-01-14switch-pane is now select-pane.Nicholas Marriott
2009-01-14up-pane and down-pane commands.Nicholas Marriott
2009-01-13kill-pane command.Nicholas Marriott
2009-01-12Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-11save-buffer command, from Tiago Cunha.Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-10Clock mode.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-10New command, server-info, to show server info + terminal details. Also tweak ...Nicholas Marriott
2009-01-06Complete option names as well.Nicholas Marriott
2008-12-15source-file command from Tiago Cunha.Nicholas Marriott
2008-12-10Import OpenBSD's getopt(3) to workaround broken glibc version.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Fix stupid GNU getopt behaviour.Nicholas Marriott
2008-08-28Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott
2008-07-19Handle exact match properly.Nicholas Marriott
2008-07-01long for pid.Nicholas Marriott
2008-06-29Zombie windows, requested by Will Maier.Nicholas Marriott
2008-06-27Handle bad session/client properly.Nicholas Marriott