aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
Commit message (Collapse)AuthorAge
* Quick and dirty kill-server command.Nicholas Marriott2008-06-03
|
* Last bits of basic configuration file. By default in ~/.tmux.conf or ↵Nicholas Marriott2008-06-02
| | | | specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created.
* Move -s and -c down a level so handling them is the responsibility of the ↵Nicholas Marriott2008-06-02
| | | | command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
* 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 ↵Nicholas Marriott2007-11-22
| | | | cursor. Also fix bug where resizing would leave crap lying around.
* 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 ↵Nicholas Marriott2007-11-16
| | | | than session.
* 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
|
* has-session command.Nicholas Marriott2007-10-25
|
* List client command.Nicholas Marriott2007-10-23
|
* Kill window command. Nuke some backspace stuff.Nicholas Marriott2007-10-19
|
* Refresh session command.Nicholas Marriott2007-10-19
|
* Accept colours as strings.Nicholas Marriott2007-10-12
|
* send-prefix command.Nicholas Marriott2007-10-12
|
* Lose command index enum in favour of runtime-calculated index.Nicholas Marriott2007-10-04
|
* Lose usage and move it into the struct.Nicholas Marriott2007-10-04
|
* Window attachment, malloc debugging, fix a segfault with no sessions.Nicholas Marriott2007-10-04
|
* Nuke ?.Nicholas Marriott2007-10-04
|
* Select window command.Nicholas Marriott2007-10-04
|
* Rename window.Nicholas Marriott2007-10-04
|
* set-option command to set meta.Nicholas Marriott2007-10-04
|
* Key binding and unbinding.Nicholas Marriott2007-10-04
|
* New window command.Nicholas Marriott2007-10-03
|
* Rewrite command handling to be more generic. Not finished!Nicholas Marriott2007-10-03
|
* Rename some bits.Nicholas Marriott2007-10-03
|
* String/number arguments..Nicholas Marriott2007-10-03
|
* Key binding, unbinding.Nicholas Marriott2007-10-03
|
* Move command handling into the server and tidy up some bits.Nicholas Marriott2007-10-03