1. 90c882e Fix send-keys with UTF-8. by nicm · 9 years ago
  2. 433c137 Remove .travis.yml by WHR · 3 weeks ago
  3. b777687 Only check ncurses headers after checking ncurses availability via pkg-config(1) by WHR · 3 weeks ago
  4. a7cdb99 Remove remaining uses of BSD-style fixed-width unsigned integer types by WHR · 3 weeks ago
  5. 64dbf86 Don't interpret options in the direct-exec command line by WHR · 3 weeks ago
  6. 9bcc250 Add window option 'allow-bracket-paste' to control whether to allow bracket paste mode by WHR · 3 months ago
  7. 2d938ca Don't abort the program in function 'window_copy_write_line' when input string length exceeds the limit by WHR · 4 months ago
  8. e90f054 Remove detection and compatibiltiy code for BSD-style unsigned integer types; remove getopt(3) checking from configure.ac by WHR · 1 year, 10 months ago
  9. 5dcc551 Remove already-disabled code for setting LC_CTYPE; correct usage string format by WHR · 1 year, 10 months ago
  10. dfebc98 Remove bundled getopt(3) implementation; make some red-black tree functions static; use 24-hour time format for clock; remove some unused codes by WHR · 2 years, 10 months ago 2.2-rivoreo-r3
  11. 43636ab Don't unconditionally set LC_CTYPE to 'en_US.UTF-8'; disable UTF-8 charset checking; remove uses of BSD-specific err(3) and errx(3), so linking with a compatibility library for some non-BSD systems is no longer required by WHR · 3 years, 10 months ago 2.2-rivoreo-r2
  12. 8420373 Don't override user-specified optimization-control options by adding '-O2' to CFLAGS; remove obsoleted '-W' from CFLAGS by WHR · 3 years, 10 months ago
  13. a33fb05 Minor compatibility fixes for AIX 7.1 by WHR · 3 years, 10 months ago
  14. 8e1274d Only assume width 1 when wcwidth() returns -1 on non-OpenBSD platforms. by Nicholas Marriott · 9 years ago 2.2-rivoreo-r1
  15. 9a4b45d Add CHANGES notes for 2.2 release by Thomas Adam · 9 years ago 2.2
  16. ad2532c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  17. 075c086 fatalx() not fatal(). by nicm · 9 years ago
  18. 7b8dcba Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
  19. 75b2c16 Add --disable-utempter to build without it. by Nicholas Marriott · 9 years ago
  20. 1394420 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  21. ec82fcd Bump the listen() backlog up, some people have scripts that run up a lot by nicm · 9 years ago
  22. 5658b62 Look for utempter_add_record to be sure we have the new utempter API, the old by Nicholas Marriott · 9 years ago
  23. b429a00 Add to TODO. by Nicholas Marriott · 9 years ago
  24. 410ccce Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  25. 312a7a1 Make scrolling behaviour more sensible and maintain cursor position, as by nicm · 9 years ago
  26. ed598e9 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  27. fa97b0a Instead of reusing MouseUp at the finish of a drag, add a new key by nicm · 9 years ago
  28. 3dfc79f Tweak a comment. by Nicholas Marriott · 9 years ago
  29. 5fc5c03 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  30. 0d6de44 If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 by nicm · 9 years ago
  31. 81f78f0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  32. c38e0a4 Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel. by nicm · 9 years ago
  33. 1f0b317 Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, by nicm · 9 years ago
  34. 6c35d17 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  35. df0983a show-* and set-* need to handle a missing target. by nicm · 9 years ago
  36. fa81d83 Accept clients as sessions in cmd_find_get_session. by nicm · 9 years ago
  37. 45d6248 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  38. bcb41a0 RGB colours shouldn't be mixed up with aixterm colours, return before by nicm · 9 years ago
  39. 9e2fbb3 +wchar.h by Nicholas Marriott · 9 years ago
  40. 985504f Merge branch 'next' by Nicholas Marriott · 9 years ago
  41. e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  42. b8a102d Handle wcwidth() and mbtowc() failures in better style and drop by nicm · 9 years ago
  43. d980d96 Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. by nicm · 9 years ago
  44. f0239a8 Remove some more unused variables, and use RB_FOREACH_SAFE in by nicm · 9 years ago
  45. 2e4503a Redraw status on mode entry and exit. by nicm · 9 years ago
  46. 54ea8f7 When a mouse drag is finished, fire a MouseUp key press, instead of by nicm · 9 years ago
  47. e647eeb Remove unused variables, from Michal Mazurek. by nicm · 9 years ago
  48. 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
  49. c7851e0 Fix break-pane synopsis and some other tmux.1 bits. by nicm · 9 years ago
  50. a011b67 Remove unused variables. by Nicholas Marriott · 9 years ago
  51. c3f93e7 Add to TODO. by Nicholas Marriott · 9 years ago
  52. 931b1c6 Merge branch 'master' into next by Nicholas Marriott · 9 years ago
  53. e9d369a Fixed fgetln(3) implementation (from Joerg Jung) which does not depend on *BSD by Nicholas Marriott · 9 years ago
  54. 6adf561 Redraw status on mode entry and exit. by Nicholas Marriott · 9 years ago
  55. 95adc0e When a mouse drag is finished, fire a MouseUp key press, instead of doing the by Nicholas Marriott · 9 years ago
  56. 02753ba Remove unused variables, from Michal Mazurek. by Nicholas Marriott · 9 years ago
  57. acc1090 Use system wcwidth() instead of carrying around UTF-8 width tables. by Nicholas Marriott · 9 years ago
  58. fc86452 Remove malloc_options debug bit (already gone from OpenBSD). by Nicholas Marriott · 9 years ago
  59. 782dd94 Fire SIGCHLD after utempter_add_record since it probably eats it. by Nicholas Marriott · 9 years ago
  60. ba8290a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  61. 4f6bc0a Expand client formats in run-shell. by nicm · 9 years ago
  62. f7c8f1a xmalloc: define __bounded__ where necessary by Thomas Adam · 9 years ago
  63. ba97ae1 EXTRA_DIST: add example_tmux.conf / xmalloc.h by Thomas Adam · 9 years ago
  64. 7669cfb Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  65. bc0c9c7 Do not wrap cursor at start or end of history, from Michal Mazurek. by nicm · 9 years ago
  66. 07c23cc Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
  67. 2130a07 Add to TODO. by Nicholas Marriott · 9 years ago
  68. 26f899b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  69. bdb8bb7 Set up -t flag properly when passing new-session -A off to by nicm · 9 years ago
  70. 8760f87 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  71. 97882f9 Clear RGB flags during selection. by nicm · 9 years ago
  72. 5fce217 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  73. fa64b89 Whoops, need this for the previous reverse trim commit too. by nicm · 9 years ago
  74. 49e9f93 Add RGB escape sequences for capture-pane -e. by nicm · 9 years ago
  75. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  76. 225a384 Fix new-session with -t after command flags changes, reported by Michael Graczyk. by nicm · 9 years ago
  77. 4043790 examples/ has gone, so delete some text about it. by Nicholas Marriott · 9 years ago
  78. 2a1bb91 Remove old examples in favour of one example configuration file. by Nicholas Marriott · 9 years ago
  79. a33bb3e Link to the bash(1) completion file from README rather than including it in by Nicholas Marriott · 9 years ago
  80. 8cf1504 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  81. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  82. 1d6bd50 libevent.org URL. by Nicholas Marriott · 9 years ago
  83. ca29dc9 Update my email address. by Nicholas Marriott · 10 years ago
  84. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  85. b5b5221 Split out getting the current state from the target search so it can be by nicm · 10 years ago
  86. 995af0e I no longer use my SourceForge address so replace it. by nicm · 10 years ago
  87. 5d21faa Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  88. c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 10 years ago
  89. 506adf3 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  90. d551ab8 Clear the environment properly by looping until it is empty rather than by nicm · 10 years ago
  91. 68d7975 A couple of missing printflike attributes, from Andrey Starodubtsev. by nicm · 10 years ago
  92. ea9873e Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  93. cfb7865 clock-mode needs CMD_PANE. by nicm · 10 years ago
  94. 051cf54 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  95. 311be04 Don't rely on a calculation wrapping when applying message-limit, and by nicm · 10 years ago
  96. 5e59c30 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  97. 7e67db7 Remove an extra unzoom call which was probably a merge error. by nicm · 10 years ago
  98. f84d32c Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. by nicm · 10 years ago
  99. 5dd0e82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  100. 2a1f27e Couple of trivial style nits. by nicm · 10 years ago