1. 75ec17f Mark flags as optional and mutually exclusive. by Tiago Cunha · 11 years ago
  2. d62121e Add entry about smaller clients based on text from Thomas Adam. by Nicholas Marriott · 11 years ago
  3. 06d1016 No space in lsw -a targets. by Nicholas Marriott · 11 years ago
  4. 2f7ffab Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  5. 3ed5e56 Set EVENT_NOEPOLL on Linux again. by Nicholas Marriott · 11 years ago
  6. a0802dd A couple of manpage fixes from Tiago Cunha. by Nicholas Marriott · 11 years ago
  7. f2675cd Trivial style and spacing nits. by Nicholas Marriott · 11 years ago
  8. e3864c3 Remove from TODO. by Nicholas Marriott · 11 years ago
  9. 25c0dc5 ++ to TODO. by Nicholas Marriott · 11 years ago
  10. 8954d01 + to TODO. by Nicholas Marriott · 11 years ago
  11. b2fe9bf Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  12. a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
  13. c103f2f Clear window->flags when clearing winlinks by Thomas · 11 years ago
  14. aa4920f choose-tree: Reset top when toggling items by Thomas · 11 years ago
  15. 5532766 Renumber windows: Lookup lastw via window not index by Thomas Adam · 11 years ago
  16. 5dbf3cb Assign mouse x/y coords before checking them by Thomas · 11 years ago
  17. ddf9293 Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff from Hayaki by Nicholas Marriott · 11 years ago
  18. 23519fc Add automatic-rename-format option allowing automatic rename to use something by Nicholas Marriott · 11 years ago
  19. 04288fc Allow nested format expansion. by Nicholas Marriott · 11 years ago
  20. 84c22d0 Add length limit operator for formats. by Nicholas Marriott · 11 years ago
  21. 7581762 + to TODO. by Nicholas Marriott · 11 years ago
  22. 7673732 Handle input mouse positions <33 (we already can generate them). by Nicholas Marriott · 11 years ago
  23. 2dfd3fb Only include actual trailing spaces not unused cells with capturep -J, from by Nicholas Marriott · 11 years ago
  24. 3a13e06 Allow the file descriptor received from the client to be -1 - it can be on by Nicholas Marriott · 11 years ago
  25. bcd9bca Add formats for window flags. by Nicholas Marriott · 11 years ago
  26. 939f796 Don't leak formats if they are added multiple times. by Nicholas Marriott · 11 years ago
  27. 2736434 Don't add client formats when they are NULL. by Nicholas Marriott · 11 years ago
  28. 35c19ff Missing space in refresh-client synopsis. by Nicholas Marriott · 11 years ago
  29. b0b5cad Grouped sessions were being leaked on destroy, correctly free them. by Nicholas Marriott · 11 years ago
  30. 965edf8 Make recalculate_sizes() handle an empty window with no active pane. This can by Nicholas Marriott · 11 years ago
  31. 1c27185 Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can be by Nicholas Marriott · 11 years ago
  32. 7ea5602 Add destroy entry to TODO. by Nicholas Marriott · 11 years ago
  33. c190c73 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  34. e856709 Add support for Cgywin, apparently it is enough just to open the tty again in by Nicholas Marriott · 11 years ago
  35. a9ebb62 Make next-word-end work properly with vi(1) keys, reported by patrick by Nicholas Marriott · 11 years ago
  36. bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  37. f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
  38. e496a54 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  39. 3d39b18 Section on clipboard, from Thomas Adam. by Nicholas Marriott · 11 years ago
  40. a96a8a1 Clarify error messages when setting options, from Thomas Adam. by Nicholas Marriott · 11 years ago
  41. 064124c When the session option renumber-window is used, ensure we iterate over by Nicholas Marriott · 11 years ago
  42. 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  43. f884fff Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  44. c7a121c Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  45. 777be29 Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
  46. a0172a6 Mark control commands specially so the client can identify them, based by Nicholas Marriott · 11 years ago
  47. 1099442 +strings.h in compat/. by Nicholas Marriott · 11 years ago
  48. 18989cd Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  49. 8281454 Don't set TMUX_CONF in tmux.h. by Nicholas Marriott · 11 years ago
  50. 097a046 Use _XPG6 on Solaris with GCC because the headers are insane and don't like GCC by Nicholas Marriott · 11 years ago
  51. 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  52. a41cd8d Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
  53. 662d471 Mark control commands specially so the client can identify them, based by Nicholas Marriott · 11 years ago
  54. 06b5805 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  55. d6debc2 revert r1.156 "Add support for focus notifications when tmux pane changes" by Stuart Henderson · 11 years ago
  56. ddb52a2 escape "Ss", becuase groff thinks it has found a macro; by Jason McIntyre · 11 years ago
  57. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  58. a97d5b8 Amend tmux.1 handling in .gitignore by Thomas Adam · 11 years ago
  59. 399d738 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  60. c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
  61. c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
  62. 9fb9f78 Use u_char for the send-keys string to avoid mangling top-bit-set by Nicholas Marriott · 11 years ago
  63. a0cf65d Instead of eating 1024 bytes or so for the arguments of each command, by Nicholas Marriott · 11 years ago
  64. 2ee9c4d Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  65. e6c77e7 Add a COPYING file, suggested by Dagobert Michelsen. by Nicholas Marriott · 11 years ago
  66. 76cb088 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  67. 907ad00 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  68. 88a4da9 Don't let cursor position overflow when reflowing, from Christopher Collins. by Nicholas Marriott · 11 years ago
  69. 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 11 years ago
  70. 772d61f RIS should reset focus reporting, from Hayaki Saito. by Nicholas Marriott · 11 years ago
  71. 5b1cf02 Rename tmux.1.in back to tmux.1 and generate tmux.1.{mdoc,man} instead. by Nicholas Marriott · 11 years ago
  72. 66f4c60 Don't limit width and height to 222 in standard mouse mode. by Nicholas Marriott · 11 years ago
  73. fce0956 Use $(srcdir) for generating tmux.1, reported by fasta_ on IRC. by Nicholas Marriott · 11 years ago
  74. 2555ac5 .Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  75. e323101 Rename global configuration define. by Nicholas Marriott · 11 years ago
  76. ce52e45 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  77. 4f3c31a Use sysconfdir for the location of global tmux.conf (but default it to /etc), by Nicholas Marriott · 11 years ago
  78. 70bc8ef Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Thomas Adam · 11 years ago
  79. cd60e57 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  80. 3d2b7d5 When using choose-tree -u, start with the current window by Nicholas Marriott · 11 years ago
  81. 04f54ab Get session of -t window rather than client's window. by Nicholas Marriott · 11 years ago
  82. 46c7dbe Call recalculate_sizes() after killing window in case it is in a grouped by Nicholas Marriott · 11 years ago
  83. 11b90bc Pass tmux.1.in to awk on stdin rather than as an argument. by Nicholas Marriott · 11 years ago
  84. 792e285 Add compat for cfmakeraw, from Dagobert Michelsen. by Nicholas Marriott · 11 years ago
  85. d89b35e Use lockf which is more portable than flock, from Dagobert Michelsen. by Nicholas Marriott · 11 years ago
  86. a46ccbd -paths.h. Fixes Solaris, from Dagobert Michelsen. by Nicholas Marriott · 11 years ago
  87. 5dda1ab Don't let server_client_check_focus use a dead bufferevent, from Romain by Nicholas Marriott · 11 years ago
  88. 55640a3 (long long) and %lld for time_t output ok nicm by Theo Deraadt · 12 years ago
  89. 88428cf %zu format for size_t. by Nicholas Marriott · 12 years ago
  90. c24b58e Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes by Nicholas Marriott · 12 years ago
  91. 9e537c8 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  92. 2c4543b Add back missing -V flag by Thomas Adam · 12 years ago
  93. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  94. 27dcf47 Remove some Korean characters from the zero-width list that apparently by Nicholas Marriott · 12 years ago
  95. caa8290 Copy the client into the new cmdq in source-file so commands that work by Nicholas Marriott · 12 years ago
  96. 7f9b225 Call setlocale(LC_TIME) at startup. by Nicholas Marriott · 12 years ago
  97. 4ccb2e2 TODO tweaks. by Nicholas Marriott · 12 years ago
  98. cbee283 Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which by Nicholas Marriott · 12 years ago
  99. 9fcda95 Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. by Nicholas Marriott · 12 years ago
  100. 7ada64d Fix bug where end guard in control mode was not printed after session by Nicholas Marriott · 12 years ago