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