1. 748633c Remove a stray abort. by Nicholas Marriott · 5 years ago
  2. 08f5541 Remove cmd-list.c line in master. by Nicholas Marriott · 5 years ago
  3. 9ae6589 Do not loop forever if a menu item contains invisible characters, by nicm · 5 years ago
  4. c22470b 3.0-rc3. by Nicholas Marriott · 5 years ago 3.0
  5. 31cb958 #{ is no longer special. by Nicholas Marriott · 5 years ago
  6. 52b8274 Do not crash if the environment variable is present but empty. by nicm · 5 years ago
  7. a924694 Use the right client when working out where to save or load the buffer, by nicm · 5 years ago
  8. 0a94dbe A couple of minor parser changes around conditions: 1) only treat #{ by nicm · 5 years ago
  9. ebc9dcb Add a bit to {}. by Nicholas Marriott · 5 years ago
  10. f31847d Improve description of #{. by Nicholas Marriott · 5 years ago
  11. e337c1b Do not try to parse command when unsetting, GitHub issue 1788. by nicm · 5 years ago
  12. db5a7c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 5 years ago
  13. 53914e5 RC2. by Nicholas Marriott · 5 years ago
  14. e252984 If only one of -x or -y is given, use the calculated size for the by Nicholas Marriott · 5 years ago
  15. 17bc11b yacc(1) copies its union so it is not a good place to store by nicm · 5 years ago
  16. 1a3a973 Allow % strings that are all numbers or %s, and fix a double free. Both by nicm · 5 years ago
  17. e4eec92 No longer need to reduce line number by one. by nicm · 5 years ago
  18. 75d112c The line number needs to be updated only after the \n is processed by by nicm · 5 years ago
  19. a05c3a7 Add command order test. by Nicholas Marriott · 5 years ago
  20. 47795d1 Update .travis.yml from master. by Nicholas Marriott · 5 years ago
  21. 7cdb1cf as -> and. by Nicholas Marriott · 5 years ago
  22. 8827b7f Tweak {} text. by Nicholas Marriott · 5 years ago
  23. 7eeb479 Do not read past the end of the argument string if it is empty. by nicm · 5 years ago
  24. 8d13723 Redraw status line if size changes, GitHub issue 1762. Also fix length by nicm · 5 years ago
  25. 05d0741 3.0-rc. by Nicholas Marriott · 5 years ago
  26. b836050 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  27. a062650 Tweak menu option. by Nicholas Marriott · 5 years ago
  28. f012db9 Add regress for conf files. by Nicholas Marriott · 5 years ago
  29. 299d4f3 Exit 1 correctly if source-file fails. by nicm · 5 years ago
  30. eba6cf6 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  31. 0ec4106 Allow source-file to take multiple arguments. by nicm · 5 years ago
  32. e0fd295 Change the default right click pane to open the menu if not in a mode by nicm · 5 years ago
  33. 99a8469 Add key bindings to open the window and pane menus (C-m and M-m for now). by nicm · 5 years ago
  34. 1225541 Allow menu items to be disabled by putting a - at the start of their by nicm · 5 years ago
  35. c0116b2 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  36. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
  37. 793f4d8 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  38. 90cd045 Clarify newlines inside {} a little. by nicm · 5 years ago
  39. 94f6488 Go less crazy with horizontal separators on default menus. by nicm · 5 years ago
  40. d4bf4bd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  41. 522d1bd Add. by Nicholas Marriott · 5 years ago
  42. a21de4c Mention <><=>=. by Nicholas Marriott · 5 years ago
  43. 714311a Add {}. by Nicholas Marriott · 5 years ago
  44. 9f0904c Remove unused fparseln compat code. by Nicholas Marriott · 5 years ago
  45. ae3eba6 Fix crash when killing the current window, reported by Jesus Rafael by nicm · 5 years ago
  46. 6b33212 Add an additional {} syntax for defining strings in the configuration by nicm · 5 years ago
  47. bd40d70 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  48. 65e5e14 Fix the intended ordering of items in buffer mode - it should not always by nicm · 5 years ago
  49. 103e44d Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  50. 097973e Add keys for new menu items. by nicm · 5 years ago
  51. 5fef946 Always redraw overlay if it is on (so status line doesn't redraw over it). by nicm · 5 years ago
  52. 023c2c5 Do not accept choice unless mouse has actually moved before. by nicm · 5 years ago
  53. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
  54. 2e84d1c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  55. 6431005 Add a way to append or prepend to a format if the length has been limited. by nicm · 6 years ago
  56. 9beb3eb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  57. 6dee409 Some other platforms doesn't support fmemopen(3) (not unexpectedly), so by nicm · 6 years ago
  58. f3fc81b Merge branch 'master' of github.com:ThomasAdam/tmux by Thomas Adam · 6 years ago
  59. 463bd8a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  60. a65a6d6 Add <, >, <=, >= for formats, GitHub issue 1747. by nicm · 6 years ago
  61. 207789d Client name can actually be NULL, so use address in that case. by nicm · 6 years ago
  62. d7586d3 Use client name when logging command queue. by nicm · 6 years ago
  63. f8d3d24 Merge cmd_list_parse into cmd-parse.y so it can use the new alias by nicm · 6 years ago
  64. 6b0fa14 Fix error handling in if-shell. by nicm · 6 years ago
  65. a69211a Fix up regress test. by Nicholas Marriott · 6 years ago
  66. 930245d Make cmd_log_argv take a printf-like format for the prefix. by nicm · 6 years ago
  67. 0dc8b7d unbreak build, okay nicm@ by espie · 6 years ago
  68. 19a3a9e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  69. f3e01ec Fix line numbers - commands are added after the line ends so they need to by nicm · 6 years ago
  70. 6c260af Use the same argument escaping code for options as well. by nicm · 6 years ago
  71. e817821 Mention \. by Nicholas Marriott · 6 years ago
  72. f006116 Environment variables can start with { also. by nicm · 6 years ago
  73. 43431e7 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  74. eb8b51e Fix drawing of status-right when it is aligned to the centre, GitHub issue 1754. by nicm · 6 years ago
  75. 389cf63 Tweak text. by Nicholas Marriott · 6 years ago
  76. 2148fe3 CHANGES: remove note to packagers by Thomas Adam · 6 years ago
  77. 1a6540f CHANGES: remove note to packagers by Thomas Adam · 6 years ago
  78. 7d702f3 Don't remove group items for group 0 (no group). by nicm · 6 years ago
  79. d0c462f Fix length calculation for pasting UTF-8 characters in the status line, by nicm · 6 years ago
  80. 238d2aa CHANGES: mention yacc by Thomas Adam · 6 years ago
  81. 6bb505e CHANGES: mention yacc by Thomas Adam · 6 years ago
  82. 83b9807 Remove duplicate. by Nicholas Marriott · 6 years ago
  83. 3e6e533 Add yacc(1) bits. by Nicholas Marriott · 6 years ago
  84. 27bfb56 Break the argument escaping code into a separate function and use it to by nicm · 6 years ago
  85. c49f2a0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  86. 3e3eb1d Don't remove group items for group 0 (no group). by nicm · 6 years ago
  87. a4fe7e8 Fix length calculation for pasting UTF-8 characters in the status line, by nicm · 6 years ago
  88. 4ce26b0 Remove duplicate. by Nicholas Marriott · 6 years ago
  89. 82bf0f4 configure.ac: add AC_PROC_YACC by Thomas Adam · 6 years ago
  90. 8590ee6 TRAVIS: add bison to build deps by Thomas Adam · 6 years ago
  91. d67b99c configure.ac: add AC_PROC_YACC by Thomas Adam · 6 years ago
  92. 092c7bf TRAVIS: add bison to build deps by Thomas Adam · 6 years ago
  93. bf2cf33 Add yacc(1) bits. by Nicholas Marriott · 6 years ago
  94. 75aeb73 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  95. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 6 years ago
  96. 7ca2e2f Add a config. by Nicholas Marriott · 6 years ago
  97. 9d450cc Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  98. 5571d7a Fix crash if window doesn't exist, GitHub issue 1751. by nicm · 6 years ago
  99. e353d0c Another config. by Nicholas Marriott · 6 years ago
  100. 282f7fb Add a test config. by Nicholas Marriott · 6 years ago