Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Some options tidying/code shrinkage. Also add -u option to unset non-global ↵ | Nicholas Marriott | 2009-01-07 |
| | | | | options (allowing them to inherit), and some extra info. | ||
* | Import OpenBSD's getopt(3) to workaround broken glibc version. | Nicholas Marriott | 2008-12-10 |
| | |||
* | Make window options work the same was as session options, add ↵ | Nicholas Marriott | 2008-12-08 |
| | | | | mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ | ||
* | Fix stupid GNU getopt behaviour. | Nicholas Marriott | 2008-09-25 |
| | |||
* | Zombie windows, requested by Will Maier. | Nicholas Marriott | 2008-06-29 |
| | |||
* | Start of improved buffer code. Only set-buffer/show-buffer commands so far. | Nicholas Marriott | 2008-06-20 |
| | |||
* | Trimify. | Nicholas Marriott | 2008-06-18 |
| | |||
* | Don't use entry init since it may be dependent on key. | Nicholas Marriott | 2008-06-05 |
| | |||
* | Big reorganisation of command-line syntax. | Nicholas Marriott | 2008-06-05 |
| | |||
* | Print for the less easy commands. | Nicholas Marriott | 2008-06-05 |
| | |||
* | Easy bits of arg printing for list-keys. | Nicholas Marriott | 2008-06-05 |
| | |||
* | Bring select-window into line with everything else wrt -i. | Nicholas Marriott | 2008-06-04 |
| | |||
* | Allow -c anywhere -s was allowed. | Nicholas Marriott | 2008-06-03 |
| | |||
* | Add a windowonly generic command and use it where appropriate. Also trim ↵ | Nicholas Marriott | 2008-06-02 |
| | | | | includes and unused. | ||
* | 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. |