Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Allow -c anywhere -s was allowed. | Nicholas Marriott | 2008-06-03 | |
| | ||||
* | Allow fnmatch(3) on -s, and select newest session if multiple. | Nicholas Marriott | 2008-06-03 | |
| | ||||
* | Quick and dirty kill-server command. | Nicholas Marriott | 2008-06-03 | |
| | ||||
* | Last bits of basic configuration file. By default in ~/.tmux.conf or ↵ | Nicholas Marriott | 2008-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 Marriott | 2008-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 Marriott | 2008-06-01 | |
| | ||||
* | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 | |
| | ||||
* | Mostly-complete copy and paste. | Nicholas Marriott | 2007-11-23 | |
| | ||||
* | Partial copy mode. Currently does the same as scroll mode but using a ↵ | Nicholas Marriott | 2007-11-22 | |
| | | | | cursor. Also fix bug where resizing would leave crap lying around. | |||
* | Initial history support. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | switch-client command. | Nicholas Marriott | 2007-11-16 | |
| | ||||
* | Add -c option to specify client, and move detach/refresh to client rather ↵ | Nicholas Marriott | 2007-11-16 | |
| | | | | than session. | |||
* | Report available commands on ambiguous commands. Tidy TODO a bit. | Nicholas Marriott | 2007-11-16 | |
| | ||||
* | kill-window command. | Nicholas Marriott | 2007-11-12 | |
| | ||||
* | rename-session command. | Nicholas Marriott | 2007-11-09 | |
| | ||||
* | swap-window command. | Nicholas Marriott | 2007-10-30 | |
| | ||||
* | %u -> %d for indexes. Some lint fixes. | Nicholas Marriott | 2007-10-30 | |
| | ||||
* | unlink-window command. Also fix some u_int -> int problems. | Nicholas Marriott | 2007-10-26 | |
| | ||||
* | link-window command to link a window into another session. | Nicholas Marriott | 2007-10-26 | |
| | ||||
* | has-session command. | Nicholas Marriott | 2007-10-25 | |
| | ||||
* | List client command. | Nicholas Marriott | 2007-10-23 | |
| | ||||
* | Kill window command. Nuke some backspace stuff. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Refresh session command. | Nicholas Marriott | 2007-10-19 | |
| | ||||
* | Accept colours as strings. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | send-prefix command. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | Lose command index enum in favour of runtime-calculated index. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Lose usage and move it into the struct. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Window attachment, malloc debugging, fix a segfault with no sessions. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Nuke ?. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Select window command. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Rename window. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | set-option command to set meta. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Key binding and unbinding. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | New window command. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Rewrite command handling to be more generic. Not finished! | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Rename some bits. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | String/number arguments.. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Key binding, unbinding. | Nicholas Marriott | 2007-10-03 | |
| | ||||
* | Move command handling into the server and tidy up some bits. | Nicholas Marriott | 2007-10-03 | |