1. 47fbf87 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  3. b4ad175 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  4. 6589120 Fix a use-after-free when collapsing the tree in choose mode, from by Nicholas Marriott · 12 years ago
  5. 619ffe1 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  6. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
  7. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  8. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  9. 554f19e Sync OpenBSD patchset 1167: by Tiago Cunha · 12 years ago
  10. 674545f Sync OpenBSD patchset 1164: by Tiago Cunha · 12 years ago
  11. 7537750 Instead of requiring a prompt to enter all numbers >10, go back to by Nicholas Marriott · 12 years ago
  12. a1e4908 Boldify windows with alerts in choose-* list. by Nicholas Marriott · 12 years ago
  13. 454e7d9 Sync OpenBSD patchset 1160: by Tiago Cunha · 12 years ago
  14. 200b0e5 Sync OpenBSD patchset 1156: by Tiago Cunha · 12 years ago
  15. 20129b7 Simplify width calculation (all numbers always sequential) and don't by Nicholas Marriott · 12 years ago
  16. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  17. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  18. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  19. 7e02d2f Sync OpenBSD patchset 1143: by Tiago Cunha · 12 years ago
  20. 5761712 Sync OpenBSD patchset 1142: by Tiago Cunha · 12 years ago
  21. 67b926c Provide common helper function for adding windows and sessions to choose by Nicholas Marriott · 12 years ago
  22. 5b6f781 Clean up and simplify the choose mode code, from Thomas Adam. by Nicholas Marriott · 12 years ago
  23. c8c6a23 Sync OpenBSD patchset 1098: by Tiago Cunha · 12 years ago
  24. 48e6ebb Use a helper function to fire choose callback. by Nicholas Marriott · 12 years ago
  25. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  26. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  27. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  28. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 14 years ago
  29. f11f717 Pass in the session, rather than the client, to window modes' key() function. by Micah Cowan · 14 years ago
  30. c4724c7 Sync OpenBSD patchset 629: by Tiago Cunha · 15 years ago
  31. 06ce9da Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  32. dfc2ad1 Sync OpenBSD patchset 607: by Tiago Cunha · 15 years ago
  33. 8f301ed key should be an int not a char. by Nicholas Marriott · 15 years ago
  34. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  35. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  36. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  37. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  38. 4c2e037 Sync OpenBSD patchset 543: by Tiago Cunha · 15 years ago
  39. 67bf093 In choose mode, assign each item a number or lowercase letter from those by Nicholas Marriott · 15 years ago
  40. b26ea84 Sync OpenBSD patchset 381: by Tiago Cunha · 15 years ago
  41. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  42. 0ec1ce0 Sync OpenBSD patchset 322: by Tiago Cunha · 15 years ago
  43. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  44. 88b83be Sync OpenBSD patchset 220: by Tiago Cunha · 15 years ago
  45. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  46. ec3dba0 Sync OpenBSD patchset 198: by Tiago Cunha · 15 years ago
  47. a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
  48. de7483a Sync OpenBSD patchset 192: by Tiago Cunha · 15 years ago
  49. 920b9c5 Sync OpenBSD patchset 189: by Tiago Cunha · 15 years ago
  50. 1880b83 Sync OpenBSD patchset 188: by Tiago Cunha · 15 years ago
  51. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
  52. d95274c Change mode key bindings from big switches into a set of tables. Rather than by Nicholas Marriott · 15 years ago
  53. 13e29dd Get rid of empty mode_key_free function. by Nicholas Marriott · 15 years ago
  54. 89543e9 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  55. 216df07 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  56. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  57. a03ae97 Now that a UTF-8-capable puts function exists, use it for printing strings in by Nicholas Marriott · 15 years ago
  58. 23326e4 Now that a UTF-8-capable puts function exists, use it for printing strings in by Nicholas Marriott · 15 years ago
  59. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  60. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  61. 5803c4f Fix window choice mode, again. by Nicholas Marriott · 16 years ago
  62. afd67ce Allow selection in vi mode. by Nicholas Marriott · 16 years ago
  63. 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
  64. b407686 Fix page down, again. by Nicholas Marriott · 16 years ago
  65. 2057e66 Mouse in copy mode. by Nicholas Marriott · 16 years ago
  66. 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
  67. 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
  68. 6146cab Use reverse so status line etc works in terminals w/o colour. by Nicholas Marriott · 16 years ago
  69. 2cbd21e Fix this properly... by Nicholas Marriott · 16 years ago
  70. 374b0d8 Fix next/previous page. DOH. by Nicholas Marriott · 16 years ago
  71. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  72. cb686d0 Whoops. Shut up gcc. by Nicholas Marriott · 16 years ago
  73. d29ca39 Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. by Nicholas Marriott · 16 years ago