aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
Commit message (Expand)AuthorAge
* 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
* Handle bad session/client properly.Nicholas Marriott2008-06-27
* Oops, forgot to commit move-window. Also add select-prompt to allow index to ...Nicholas Marriott2008-06-25
* Allow use of alt keys. move-window command.Nicholas Marriott2008-06-25
* list-commands command.Nicholas Marriott2008-06-23
* Split options into a table to allow abbreviations.Nicholas Marriott2008-06-23
* If one match, add trailing space.Nicholas Marriott2008-06-21
* Simple tab completion of option names in command prompt.Nicholas Marriott2008-06-21
* Swap in new paste buffer code and add a couple more commands.Nicholas Marriott2008-06-20
* Start of improved buffer code. Only set-buffer/show-buffer commands so far.Nicholas Marriott2008-06-20
* Command prompt for interactive commands.Nicholas Marriott2008-06-19
* Trimify.Nicholas Marriott2008-06-18
* Explanation of -t.Nicholas Marriott2008-06-16
* Memory leak/missing init.Nicholas Marriott2008-06-16
* show-window-options command.Nicholas Marriott2008-06-16
* Add a couple of extra option types, and implement show-options command.Nicholas Marriott2008-06-15
* Don't bork on link/swap the same window. Also extend comment.Nicholas Marriott2008-06-05
* Big reorganisation of command-line syntax.Nicholas Marriott2008-06-05
* Easy bits of arg printing for list-keys.Nicholas Marriott2008-06-05
* Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott2008-06-04
* It is too easy to create things in the same second; use a timespec instead.Nicholas Marriott2008-06-03
* Allow -c anywhere -s was allowed.Nicholas Marriott2008-06-03
* Allow fnmatch(3) on -s, and select newest session if multiple.Nicholas Marriott2008-06-03
* Quick and dirty kill-server command.Nicholas Marriott2008-06-03
* Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott2008-06-02
* Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott2008-06-02
* New command, send-keys, to send a set of keys.Nicholas Marriott2008-06-01
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Mostly-complete copy and paste.Nicholas Marriott2007-11-23
* Partial copy mode. Currently does the same as scroll mode but using a cursor....Nicholas Marriott2007-11-22
* Initial history support.Nicholas Marriott2007-11-21
* switch-client command.Nicholas Marriott2007-11-16
* Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott2007-11-16
* Report available commands on ambiguous commands. Tidy TODO a bit.Nicholas Marriott2007-11-16
* kill-window command.Nicholas Marriott2007-11-12
* rename-session command.Nicholas Marriott2007-11-09
* swap-window command.Nicholas Marriott2007-10-30
* %u -> %d for indexes. Some lint fixes.Nicholas Marriott2007-10-30
* unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott2007-10-26
* link-window command to link a window into another session.Nicholas Marriott2007-10-26