1. 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
  2. c6bd9e2 Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink by Nicholas Marriott · 16 years ago
  3. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  4. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  5. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  6. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  7. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  8. ed1031b Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. by Nicholas Marriott · 16 years ago
  9. 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
  10. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  11. 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
  12. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  13. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  14. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  15. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  16. be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
  17. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  18. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  19. 367e002 New flag: aggressize resize. Resize window when to size of smallest session for which it is _current_ window. by Nicholas Marriott · 16 years ago
  20. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  21. ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
  22. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  23. f34b619 Make monitor-activity w/o arguments toggle. by Nicholas Marriott · 16 years ago
  24. 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago