1. 8940478 Spacing. by Nicholas Marriott · 15 years ago
  2. 6c442c1 UPPER -> BIG, sort, and bump protocol version. by Nicholas Marriott · 15 years ago
  3. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  4. 9be1cb5 A flag missed. by Nicholas Marriott · 16 years ago
  5. 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
  6. 7dab6f3 Add -a properly. by Nicholas Marriott · 16 years ago
  7. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  8. 78c9675 Rename some flags I'm not happy about. by Nicholas Marriott · 16 years ago
  9. c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
  10. d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
  11. 30746a4 Doh. Return the offset not the total. by Nicholas Marriott · 16 years ago
  12. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  13. 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
  14. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  15. 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
  16. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  17. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  18. 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
  19. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  20. 1551459 Don't use entry init since it may be dependent on key. by Nicholas Marriott · 16 years ago
  21. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  22. ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
  23. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  24. f7ba4df Bring select-window into line with everything else wrt -i. by Nicholas Marriott · 16 years ago
  25. 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
  26. 8731755 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. by Nicholas Marriott · 16 years ago
  27. 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
  28. 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