- d15e88c Sync OpenBSD patchset 299: by Tiago Cunha · 16 years ago
 - 3042969 Sync from OpenBSD: by Nicholas Marriott · 16 years ago
 - 1650b85 Sync OpenBSD patchset 200: by Tiago Cunha · 16 years ago
 - d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 16 years ago
 - 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 16 years ago
 - 27fc963 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 16 years ago
 - 8940478 Spacing. by Nicholas Marriott · 16 years ago
 - 6c442c1 UPPER -> BIG, sort, and bump protocol version. by Nicholas Marriott · 16 years ago
 - 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 17 years ago
 - 9be1cb5 A flag missed. by Nicholas Marriott · 17 years ago
 - 325d43e rotate-window command. by Nicholas Marriott · 17 years ago
 - 7dab6f3 Add -a properly. by Nicholas Marriott · 17 years ago
 - a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 17 years ago
 - 78c9675 Rename some flags I'm not happy about. by Nicholas Marriott · 17 years ago
 - c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 17 years ago
 - d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 17 years ago
 - 30746a4 Doh. Return the offset not the total. by Nicholas Marriott · 17 years ago
 - a1b43fa Trim spaces. by Nicholas Marriott · 17 years ago
 - 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 · 17 years ago
 - 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 17 years ago
 - 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 · 17 years ago
 - df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 17 years ago
 - d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 17 years ago
 - 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 17 years ago
 - 99df48d Trimify. by Nicholas Marriott · 17 years ago
 - 1551459 Don't use entry init since it may be dependent on key. by Nicholas Marriott · 17 years ago
 - 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 17 years ago
 - ee1a7fd Print for the less easy commands. by Nicholas Marriott · 17 years ago
 - 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 17 years ago
 - f7ba4df Bring select-window into line with everything else wrt -i. by Nicholas Marriott · 17 years ago
 - 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 17 years ago
 - 8731755 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. by Nicholas Marriott · 17 years ago
 - 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 · 17 years ago
 - 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 · 17 years ago