1. 02753ba Remove unused variables, from Michal Mazurek. by Nicholas Marriott · 9 years ago
  2. acc1090 Use system wcwidth() instead of carrying around UTF-8 width tables. by Nicholas Marriott · 9 years ago
  3. fc86452 Remove malloc_options debug bit (already gone from OpenBSD). by Nicholas Marriott · 9 years ago
  4. 782dd94 Fire SIGCHLD after utempter_add_record since it probably eats it. by Nicholas Marriott · 9 years ago
  5. ba8290a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  6. 4f6bc0a Expand client formats in run-shell. by nicm · 9 years ago
  7. f7c8f1a xmalloc: define __bounded__ where necessary by Thomas Adam · 9 years ago
  8. ba97ae1 EXTRA_DIST: add example_tmux.conf / xmalloc.h by Thomas Adam · 9 years ago
  9. 7669cfb Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  10. bc0c9c7 Do not wrap cursor at start or end of history, from Michal Mazurek. by nicm · 9 years ago
  11. 07c23cc Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
  12. 2130a07 Add to TODO. by Nicholas Marriott · 9 years ago
  13. 26f899b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  14. bdb8bb7 Set up -t flag properly when passing new-session -A off to by nicm · 9 years ago
  15. 8760f87 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  16. 97882f9 Clear RGB flags during selection. by nicm · 9 years ago
  17. 5fce217 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  18. fa64b89 Whoops, need this for the previous reverse trim commit too. by nicm · 9 years ago
  19. 49e9f93 Add RGB escape sequences for capture-pane -e. by nicm · 9 years ago
  20. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  21. 225a384 Fix new-session with -t after command flags changes, reported by Michael Graczyk. by nicm · 9 years ago
  22. 4043790 examples/ has gone, so delete some text about it. by Nicholas Marriott · 9 years ago
  23. 2a1bb91 Remove old examples in favour of one example configuration file. by Nicholas Marriott · 9 years ago
  24. a33bb3e Link to the bash(1) completion file from README rather than including it in by Nicholas Marriott · 9 years ago
  25. 8cf1504 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  26. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  27. 1d6bd50 libevent.org URL. by Nicholas Marriott · 9 years ago
  28. ca29dc9 Update my email address. by Nicholas Marriott · 9 years ago
  29. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  30. b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
  31. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  32. 5d21faa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  33. c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 9 years ago
  34. 506adf3 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  35. d551ab8 Clear the environment properly by looping until it is empty rather than by nicm · 9 years ago
  36. 68d7975 A couple of missing printflike attributes, from Andrey Starodubtsev. by nicm · 9 years ago
  37. ea9873e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  38. cfb7865 clock-mode needs CMD_PANE. by nicm · 9 years ago
  39. 051cf54 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  40. 311be04 Don't rely on a calculation wrapping when applying message-limit, and by nicm · 9 years ago
  41. 5e59c30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  42. 7e67db7 Remove an extra unzoom call which was probably a merge error. by nicm · 9 years ago
  43. f84d32c Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. by nicm · 9 years ago
  44. 5dd0e82 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  45. 2a1f27e Couple of trivial style nits. by nicm · 9 years ago
  46. e15a8a7 Keith Smiley is going to maintain the vim syntax file. by Nicholas Marriott · 9 years ago
  47. ed65535 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  48. 60cbdf9 Repair switch-client -l and switch-client with a window target. by nicm · 9 years ago
  49. 5083e93 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  50. f2ec911 Detach the right session with -d. by nicm · 9 years ago
  51. c83d6ee Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
  52. 83c96d2 No need to set cwd on Cygwin now, from Yuya Adachi. by Nicholas Marriott · 9 years ago
  53. 58b3d66 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  54. bdbec09 Make input off flag (selectp -d) apply to synchronize-panes too. by nicm · 9 years ago
  55. 2ad9caa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  56. a337403 As well as setting up the state, actually use it in cmd_find_target. by nicm · 9 years ago
  57. e0cae08 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  58. 99e9a4c send-keys -R should reset the input parser to ground state (so it can be by nicm · 9 years ago
  59. 7c94dae Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  60. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  61. 8eb1a7d showenv and setenv need to be CANFAIL. by nicm · 9 years ago
  62. f7a6482 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  63. 909b737 Copy state directly rather than dereferencing wl (which could be NULL). by nicm · 9 years ago
  64. e5caf64 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  65. ac97783 Some hooks API changes to fire a hook while waiting another cmdq and by nicm · 9 years ago
  66. 1a33ea9 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  67. 9d88d82 Allow list-keys and list-commands to be run without a running server. by nicm · 9 years ago
  68. 6f417ec We changed somewhat recently to us the pty when tmux was run inside by nicm · 9 years ago
  69. 56d097c Don't copy marked pane when can just point to it. by nicm · 9 years ago
  70. 6ab17e3 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  71. 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
  72. d5999f8 Use cmd_find_clear_state instead of an extra function doing the same. by nicm · 9 years ago
  73. bc6137f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  74. a585a1b Remove some stray debug code. by nicm · 9 years ago
  75. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  76. 5caec30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  77. f4adcfa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  78. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  79. 899bee0 Actually I thought cmd_get_state_client was unnecessary but it will be needed. by nicm · 9 years ago
  80. 00da99f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  81. 72948d9 -c needs to be able for fail for display-message. by nicm · 9 years ago
  82. 66d1193 Remove an unnecessary function. by nicm · 9 years ago
  83. fd47084 show-options and environment need CANFAIL flag. by nicm · 9 years ago
  84. d37a580 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  85. 50f8ead Don't log an error when doing the first check for move-window. by nicm · 9 years ago
  86. 9f5aca6 Use struct cmd_find_state directly and remove cmd_state_flag, also by nicm · 9 years ago
  87. 9b7697d Change cmd_find_target to use a state struct from the caller. by nicm · 9 years ago
  88. 208e2da If command returns error, report it. by nicm · 9 years ago
  89. ae5ddfd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  90. ff599f4 Remove the cmd_find_{session,window,pane,index} functions (which are by nicm · 9 years ago
  91. 9d191a6 Move logging into cmd_find_target rather than each function. by nicm · 9 years ago
  92. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  93. 92f187d Need to use pkg-config --static when doing a static build. by Nicholas Marriott · 9 years ago
  94. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  95. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  96. 6a50cf8 Return after changing key table. by nicm · 9 years ago
  97. 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
  98. 5a5db02 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
  99. 38cc1a1 Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes by Nicholas Marriott · 9 years ago
  100. 2a6b215 Merge branch 'obsd-master' by Thomas Adam · 9 years ago