1. 0d3f306 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  2. 4bc445f Keep modifiers on backspace when translating it. by nicm · 4 years, 11 months ago
  3. 518a687 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  4. 08b07b1 Add an option to set the key sent by backspace for those whose system by nicm · 4 years, 11 months ago
  5. 98ef369 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  6. fc2016d Add a -H flag to send-keys to send literal keys given as hex numbers by nicm · 5 years ago
  7. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  8. a618271 Bring back window_pane_visible to stop input going to panes which are by Nicholas Marriott · 6 years ago
  9. 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
  10. 336beeb Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  11. a00b0d1 Apply the xterm key flag when needed for send-keys, fixes problem by nicm · 7 years ago
  12. 5362f95 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  13. 8037159 Add explicit keys for the bracketed paste sequences, both to avoid mix by nicm · 7 years ago
  14. a651b08 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  15. d52f579 Up to now, tmux sees \033\033[OA as M-Up and since we turned on by nicm · 7 years ago
  16. 9b1f620 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  17. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  18. 163732e Revert previous for now, it will break TERM=screen. by nicm · 8 years ago
  19. 0a63ab4 If xterm-keys is on, use xterm(1) style keys for Home and End as well as by nicm · 8 years ago
  20. 4740ecb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  21. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  22. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  23. d980d96 Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. by nicm · 9 years ago
  24. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  25. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  26. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  27. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  28. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  29. 3f47ff6 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  30. 2adf3f4 Partly revert previous, it is harmless to keep support for UTF-8 mouse by nicm · 9 years ago
  31. b642b3c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  32. 32e510b Remove support for the UTF-8 mouse extension. This was a briefly used, by nicm · 9 years ago
  33. 349a62e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  34. 775fb56 0x7f is a valid key. by nicm · 9 years ago
  35. f12d7f0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  36. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  37. a7027ed Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  38. e71a915 Rename overly-long utf8data to ud throughout. by nicm · 9 years ago
  39. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  40. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  41. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  42. 44657bf Move struct options into options.c. by nicm · 9 years ago
  43. 54a3ed7 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  44. a22fe33 Some extra logging of where keys are actually going. by nicm · 9 years ago
  45. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  46. 4cf4302 Don't eat the mouse event that triggers a drag end because we may want by nicm · 9 years ago
  47. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  48. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  49. 370cf75 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  50. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  51. fc05bf2 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  52. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  53. 79f5282 Tidy up mode-mouse check. by nicm · 10 years ago
  54. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  55. b8b00aa Revert the up/down wheel emulation for now, there will be a better way by nicm · 10 years ago
  56. 2056a9e Drop explicit support for F13-F20 and change to match the xterm terminfo entry: by nicm · 10 years ago
  57. bae9584 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  58. 353d182 Send up and down keys for mouse wheel in alternate screen mode (when it by nicm · 10 years ago
  59. 3f54c92 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  60. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 10 years ago
  61. 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  62. 8824dae A couple of trivial mouse-related style nits. by nicm · 11 years ago
  63. 48478ea Remove log_debug2 as well and simplify log.c. by nicm · 11 years ago
  64. b1a87b2 Remove log_debug2 as well and simplify log.c. by Nicholas Marriott · 11 years ago
  65. 76cb088 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  66. 66f4c60 Don't limit width and height to 222 in standard mouse mode. by Nicholas Marriott · 11 years ago
  67. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  68. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  69. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
  70. e5eee7d Support the latest theory for mouse input, this is enabled/disabled with SM/RM by Nicholas Marriott · 12 years ago
  71. 739a766 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  72. 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
  73. 47fbf87 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  74. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  75. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  76. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  77. 2f0db58 Sync OpenBSD patchset 1110: by Tiago Cunha · 12 years ago
  78. 218b692 Only enter copy mode on scroll up, from Ailin Nemui. by Nicholas Marriott · 12 years ago
  79. bd61531 Sync OpenBSD patchset 1088: by Tiago Cunha · 13 years ago
  80. 18d3498 Simplify mouse input function. by Nicholas Marriott · 13 years ago
  81. 3ce1b91 Sync OpenBSD patchset 941: by Tiago Cunha · 13 years ago
  82. cc5bcbf Extend the mode-mouse option to add a third choice which means the mouse by Nicholas Marriott · 13 years ago
  83. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  84. 215ee46 Sync OpenBSD patchset 896: by Tiago Cunha · 13 years ago
  85. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  86. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  87. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  88. a24b67f Sync OpenBSD patchset 824: by Tiago Cunha · 14 years ago
  89. f833b88 Last few tables that should be const. by Nicholas Marriott · 14 years ago
  90. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  91. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  92. f54482a Solaris 9 has no stdint.h, ugh. Reported by a couple of people most by Nicholas Marriott · 14 years ago
  93. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  94. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  95. 635d36f Sync OpenBSD patchset 562: by Tiago Cunha · 15 years ago
  96. 094bca5 Output the right keys for application and number keypad modes (they were the by Nicholas Marriott · 15 years ago
  97. ba7aa50 Sync OpenBSD patchset 525: by Tiago Cunha · 15 years ago
  98. d9961f4 Don't output rxvtisms either. by Nicholas Marriott · 15 years ago
  99. 0cd4f4e Sync OpenBSD patchset 502: by Tiago Cunha · 15 years ago
  100. 2df0882 Sync OpenBSD patchset 498: by Tiago Cunha · 15 years ago