1. 18312fa Some options tidying/code shrinkage. Also add -u option to unset non-global options (allowing them to inherit), and some extra info. by Nicholas Marriott · 16 years ago
  2. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  3. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  4. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  5. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  6. 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
  7. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  8. 1551459 Don't use entry init since it may be dependent on key. by Nicholas Marriott · 16 years ago
  9. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  10. ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
  11. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  12. f7ba4df Bring select-window into line with everything else wrt -i. by Nicholas Marriott · 16 years ago
  13. 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
  14. 8731755 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. by Nicholas Marriott · 16 years ago
  15. a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
  16. c7243b7 Move -s and -c down a level so handling them is the responsibility of the 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. by Nicholas Marriott · 16 years ago