1. 944fde7 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  2. e463e86 Remove stray spaces after function names. by nicm · 3 years, 3 months ago
  3. f706a7e Remove old shift function keys which interfere with xterm keys now. by nicm · 3 years, 6 months ago
  4. f02a6c3 Move "special" keys into the Unicode PUA rather than making them top bit by nicm · 3 years, 6 months ago
  5. f2951bd Remove old shift function keys which interfere with xterm keys now. GitHub by Nicholas Marriott · 3 years, 7 months ago
  6. e2d0179 Move "special" keys into the Unicode PUA rather than making them high a top bit by Nicholas Marriott · 3 years, 7 months ago
  7. 7579097 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
  8. 73cbe46 Change a type to fix a warning with some compilers. by nicm · 3 years, 8 months ago
  9. caf7aeb Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
  10. 30fb628 Log the key written to the terminal as well as tmux's idea of what it is. by nicm · 3 years, 8 months ago
  11. 5c275c2 Log missing keys when extended keys is on rather than fatal(). by nicm · 4 years ago
  12. 0d28ee9 Log missing keys when extended keys is on rather than fatal(). by nicm · 4 years ago
  13. ca5afb3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
  14. ed946dc Some other warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
  15. 191a836 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  16. 674ec41 Try without cursor/keypad flags if a key doesn't exist, and limit ctrl by nicm · 4 years, 6 months ago
  17. 967e5f8 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  18. 6f03e49 Use the internal representation for UTF-8 keys instead of wchar_t and by nicm · 4 years, 6 months ago
  19. fb9e53b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  20. 8425084 Some other ctrl keys need to be translated with extended keys on. by nicm · 4 years, 6 months ago
  21. 0ab82d9 Add a terminal feature for enable/disable extended keys (supported by by nicm · 4 years, 6 months ago
  22. 53c84fd If the application has not requested extended keys, then C-1 sends 1 not by Nicholas Marriott · 4 years, 6 months ago
  23. 401f197 Er, misread this and it is not needed. by Nicholas Marriott · 4 years, 6 months ago
  24. c364a71 Only forward extended keys if the application has requested them, even though by Nicholas Marriott · 4 years, 6 months ago
  25. e6b17e7 C-M-S keys need the implied flag also. by Nicholas Marriott · 4 years, 6 months ago
  26. 3e60ab1 Send conventional \033 sequences for keys with just Meta even if they came in by Nicholas Marriott · 4 years, 6 months ago
  27. 7501e29 Send CSI u sequences for any keys that do not have a defined sequence already - by Nicholas Marriott · 4 years, 6 months ago
  28. 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 4 years, 6 months ago
  29. 031d486 Rename KEYC_ESCAPE to KEYC_META. by Nicholas Marriott · 4 years, 6 months ago
  30. 5ee4d99 xterm-keys has been on by default for 5 years and all other modern terminals by Nicholas Marriott · 4 years, 6 months ago
  31. 6a2f32b Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  32. eff881b Do not send mouse events if the program has not requested them. by nicm · 4 years, 8 months ago
  33. 66db12d Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  34. dd2fdcd Support mouse in popups. by nicm · 4 years, 8 months ago
  35. 35c4897 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  36. de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 8 months ago
  37. f584fe1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  38. d162ff4 Send mouse down event immediately rather than waiting for double click by nicm · 4 years, 8 months ago
  39. 8457f54 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  40. 04eee24 Treat plausible but invalid keys (like C-BSpace) as literal like any by nicm · 4 years, 11 months ago
  41. 0d3f306 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  42. 4bc445f Keep modifiers on backspace when translating it. by nicm · 5 years ago
  43. 518a687 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  44. 08b07b1 Add an option to set the key sent by backspace for those whose system by nicm · 5 years ago
  45. 98ef369 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  46. fc2016d Add a -H flag to send-keys to send literal keys given as hex numbers by nicm · 5 years ago
  47. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  48. a618271 Bring back window_pane_visible to stop input going to panes which are by Nicholas Marriott · 6 years ago
  49. 641191a Support for windows larger than the client. by Nicholas Marriott · 6 years ago
  50. 336beeb Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  51. a00b0d1 Apply the xterm key flag when needed for send-keys, fixes problem by nicm · 7 years ago
  52. 5362f95 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  53. 8037159 Add explicit keys for the bracketed paste sequences, both to avoid mix by nicm · 7 years ago
  54. a651b08 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  55. d52f579 Up to now, tmux sees \033\033[OA as M-Up and since we turned on by nicm · 8 years ago
  56. 9b1f620 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  57. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  58. 163732e Revert previous for now, it will break TERM=screen. by nicm · 8 years ago
  59. 0a63ab4 If xterm-keys is on, use xterm(1) style keys for Home and End as well as by nicm · 8 years ago
  60. 4740ecb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  61. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  62. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  63. d980d96 Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. by nicm · 9 years ago
  64. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  65. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  66. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  67. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  68. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  69. 3f47ff6 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  70. 2adf3f4 Partly revert previous, it is harmless to keep support for UTF-8 mouse by nicm · 9 years ago
  71. b642b3c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  72. 32e510b Remove support for the UTF-8 mouse extension. This was a briefly used, by nicm · 9 years ago
  73. 349a62e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  74. 775fb56 0x7f is a valid key. by nicm · 9 years ago
  75. f12d7f0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  76. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  77. a7027ed Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  78. e71a915 Rename overly-long utf8data to ud throughout. by nicm · 9 years ago
  79. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  80. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  81. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  82. 44657bf Move struct options into options.c. by nicm · 9 years ago
  83. 54a3ed7 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  84. a22fe33 Some extra logging of where keys are actually going. by nicm · 9 years ago
  85. 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  86. 4cf4302 Don't eat the mouse event that triggers a drag end because we may want by nicm · 10 years ago
  87. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  88. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  89. 370cf75 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  90. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  91. fc05bf2 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  92. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  93. 79f5282 Tidy up mode-mouse check. by nicm · 10 years ago
  94. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  95. b8b00aa Revert the up/down wheel emulation for now, there will be a better way by nicm · 10 years ago
  96. 2056a9e Drop explicit support for F13-F20 and change to match the xterm terminfo entry: by nicm · 10 years ago
  97. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  98. 353d182 Send up and down keys for mouse wheel in alternate screen mode (when it by nicm · 11 years ago
  99. 3f54c92 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  100. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 11 years ago