1. 65a2891 Sync OpenBSD patchset 219: by Tiago Cunha · 15 years ago
  2. 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago
  3. d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
  4. 9a07e8f Sync OpenBSD patchset 147: by Tiago Cunha · 15 years ago
  5. 376c808 Add three new session options: visual-activity, visual-bell, visual-content. by Tiago Cunha · 15 years ago
  6. ff90170 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
  7. 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  8. d7b4aa0 Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
  9. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  10. 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  11. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  12. 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  13. f5f04a9 * New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847. by Nicholas Marriott · 16 years ago
  14. 95c8c04 Redo mode keys slightly more cleanly and apply them to command prompt editing. vi or emacs mode is controlled by the session option status-keys. by Nicholas Marriott · 16 years ago
  15. 882316a Set colour of window entry in status line based on window options. by Nicholas Marriott · 16 years ago
  16. 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
  17. d2cfbc6 Raise some limits to INT_MAX, SHRT_MAX is too low. by Nicholas Marriott · 16 years ago
  18. 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
  19. 97fef89 Rework the prefix-time stuff. The option is now call repeat-time and defaults to 500 ms. However, it only applies to a small subset of commands, currently: up-pane, down-pane, next-window, previous-window, resize-pane-up, resize-pane-down. These are the commands for which it is obviously useful, having it for everything else was just bloody annoying. by Nicholas Marriott · 16 years ago
  20. e02496f Using the rigth option name would help... by Nicholas Marriott · 16 years ago
  21. 60bfaf5 prefix-time option to allow multiple commands without additional prefixes. by Nicholas Marriott · 16 years ago
  22. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  23. 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
  24. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  25. 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
  26. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  27. 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
  28. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  29. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  30. 62457bc Trim. by Nicholas Marriott · 16 years ago
  31. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  32. ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
  33. 403b1b2 Handle exact match properly. by Nicholas Marriott · 16 years ago
  34. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
  35. 87b9851 Doh. by Nicholas Marriott · 16 years ago
  36. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  37. b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 16 years ago
  38. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
  39. 3128de3 buffer-limit option. by Nicholas Marriott · 16 years ago
  40. a1db273 display-time option to set message display time. by Nicholas Marriott · 16 years ago
  41. 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
  42. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  43. be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
  44. 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
  45. a8e3e98 Document show-options. by Nicholas Marriott · 16 years ago
  46. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
  47. 713bad0 Make status-interval actually changeable. by Nicholas Marriott · 16 years ago
  48. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  49. ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
  50. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  51. 04c6028 status is a toggle. by Nicholas Marriott · 16 years ago
  52. 031be1f Don't crash when looking at NULL clients; also redraw everything on status change. by Nicholas Marriott · 16 years ago
  53. 811e75d Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). by Nicholas Marriott · 16 years ago
  54. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  55. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  56. 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
  57. 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
  58. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  59. 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
  60. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  61. 7e3cc5f Use ctx->client/ctx->session inline instead of temporary variables which were by Nicholas Marriott · 17 years ago
  62. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  63. f2f1b8f Add default-command option and change default to be $SHELL rather than $SHELL -l. Also try to read shell from passwd db if $SHELL isn't present. by Nicholas Marriott · 17 years ago
  64. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  65. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  66. 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
  67. 46d318e Case insensitive. by Nicholas Marriott · 17 years ago
  68. 7ec5be3 set status, status-fg, status-bg. by Nicholas Marriott · 17 years ago
  69. c63d4ab Handle NULL value properly. by Nicholas Marriott · 17 years ago
  70. 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
  71. 75e1e4b Lose usage and move it into the struct. by Nicholas Marriott · 17 years ago
  72. 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago