1. 7bb8ab1 Add a bit to {}. by Nicholas Marriott · 6 years ago
  2. 5e9757b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  3. d1d3bbb Show filename with -v for source-file. by nicm · 6 years ago
  4. 4520358 A couple of minor parser changes around conditions: 1) only treat #{ by nicm · 6 years ago
  5. 4bbf941 Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  6. f31847d Improve description of #{. by Nicholas Marriott · 6 years ago
  7. f35f15b Use the right client when working out where to save or load the buffer, by nicm · 6 years ago
  8. eef11b6 Do not crash if the environment variable is present but empty. by nicm · 6 years ago
  9. b8a9c74 tweak previous; by jmc · 6 years ago
  10. 26b9a8e Set the cursor x at the same time as changing the y or the end of line by nicm · 6 years ago
  11. 3e72e98 Add regular expression support for the format search, match and by nicm · 6 years ago
  12. d5902ee Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  13. 7e6a26c Do not use $TMUX to find the session because for windows in multiple by nicm · 6 years ago
  14. b12df01 Pass target on to new commands with if -F. by nicm · 6 years ago
  15. 9d42bd3 Do not always resize the window back to its original size after applying by nicm · 6 years ago
  16. e337c1b Do not try to parse command when unsetting, GitHub issue 1788. by nicm · 6 years ago
  17. 057c04e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  18. 8e971f1 Update README.md by Nicholas Marriott · 6 years ago
  19. e8814a7 Add to CHANGES. by Nicholas Marriott · 6 years ago
  20. 1a9f9c0 Do not resize panes unless they are in an attached, active window. From by nicm · 6 years ago
  21. d9ad461 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  22. 915097d Exiting alternate screen mode should restore cursor position and by nicm · 6 years ago
  23. 181841f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  24. 43796bf Do not try to parse command when unsetting, GitHub issue 1788. by nicm · 6 years ago
  25. e13c1e5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  26. e37f34f Do not load the config file if the server is exiting because it failed by nicm · 6 years ago
  27. c916808 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  28. 37bb993 Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  29. db5a7c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 6 years ago
  30. 1ec3fb5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  31. 8f40796 Add a -v flag to source-file to show the commands and line numbers. by nicm · 6 years ago
  32. 09e90c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 6 years ago
  33. f274b1b Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  34. 53914e5 RC2. by Nicholas Marriott · 6 years ago
  35. e252984 If only one of -x or -y is given, use the calculated size for the by Nicholas Marriott · 6 years ago
  36. d3f0c72 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  37. 4ca1de1 Add new-session -X and attach-session -x to send SIGHUP to parent when by nicm · 6 years ago
  38. 17bc11b yacc(1) copies its union so it is not a good place to store by nicm · 6 years ago
  39. f6933e4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  40. 900238a yacc(1) copies its union so it is not a good place to store by nicm · 6 years ago
  41. 027a7ac Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  42. 2c6c3a1 If only one of -x or -y is given, use the calculated size for the by nicm · 6 years ago
  43. 8382ae6 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  44. ec69020 Move link. by Nicholas Marriott · 6 years ago
  45. b28b831 Mention CHANGES. by Nicholas Marriott · 6 years ago
  46. c2d79ad Should be caps. by Nicholas Marriott · 6 years ago
  47. feff55b Try this instead. by Nicholas Marriott · 6 years ago
  48. 3d29b97 Link to file. by Nicholas Marriott · 6 years ago
  49. 39ea8a2 Need stdlib.h, from Ben Boeckel. by nicm · 6 years ago
  50. 480cded Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  51. 88ee5a1 Add a crashing config. by Nicholas Marriott · 6 years ago
  52. 2c5f307 Fix warnings, from Ben Boeckel. by nicm · 6 years ago
  53. 9d2ef8b Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  54. 1a3a973 Allow % strings that are all numbers or %s, and fix a double free. Both by nicm · 6 years ago
  55. adf9e77 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  56. 82e4740 Allow % strings that are all numbers or %s, and fix a double free. Both by nicm · 6 years ago
  57. 41b8bb4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  58. b26523c Remove a leftover abort and some fixes from cppcheck. by nicm · 6 years ago
  59. 200a1c6 Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  60. e4eec92 No longer need to reduce line number by one. by nicm · 6 years ago
  61. 2df7575 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  62. 8fb796b No longer need to reduce line number by one. by nicm · 6 years ago
  63. 82b25a9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  64. 89d2c7e I had hoped that non-xenl terminals had died out, at least in fairly by nicm · 6 years ago
  65. 026450c Add test for xenl terminals. by Nicholas Marriott · 6 years ago
  66. c5e2532 Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  67. 75d112c The line number needs to be updated only after the \n is processed by by nicm · 6 years ago
  68. 414208a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  69. 7dced37 Use VIS_CSTYLE for the arguments and add the missing escapes it can by nicm · 6 years ago
  70. 95d68fc Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  71. a05c3a7 Add command order test. by Nicholas Marriott · 6 years ago
  72. c17edd5 The line number needs to be updated only after the \n is processed by by nicm · 6 years ago
  73. 47795d1 Update .travis.yml from master. by Nicholas Marriott · 6 years ago
  74. 2ce8e01 Don't even need this? by Nicholas Marriott · 6 years ago
  75. 4425c1e Tweak again. by Nicholas Marriott · 6 years ago
  76. 409d52e Try OS X. by Nicholas Marriott · 6 years ago
  77. e90b5dc Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  78. ffcc602 Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  79. 7cdb1cf as -> and. by Nicholas Marriott · 6 years ago
  80. 480ba99 Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  81. 8827b7f Tweak {} text. by Nicholas Marriott · 6 years ago
  82. a4424fb Support \ooo escapes, from Avi Halachmi. by nicm · 6 years ago
  83. eefbbfd Merge branch '3.0-rc' by Nicholas Marriott · 6 years ago
  84. 7eeb479 Do not read past the end of the argument string if it is empty. by nicm · 6 years ago
  85. 8d13723 Redraw status line if size changes, GitHub issue 1762. Also fix length by nicm · 6 years ago
  86. c969575 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  87. 580cd16 Redraw status line if size changes, GitHub issue 1762. Also fix length by nicm · 6 years ago
  88. 4382538 Do not read past the end of the argument string if it is empty. by nicm · 6 years ago
  89. e7a530f Next will be 3.1. by Nicholas Marriott · 6 years ago
  90. 05d0741 3.0-rc. by Nicholas Marriott · 6 years ago
  91. b836050 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  92. a062650 Tweak menu option. by Nicholas Marriott · 6 years ago
  93. f012db9 Add regress for conf files. by Nicholas Marriott · 6 years ago
  94. 299d4f3 Exit 1 correctly if source-file fails. by nicm · 6 years ago
  95. eba6cf6 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  96. 0ec4106 Allow source-file to take multiple arguments. by nicm · 6 years ago
  97. e0fd295 Change the default right click pane to open the menu if not in a mode by nicm · 6 years ago
  98. 99a8469 Add key bindings to open the window and pane menus (C-m and M-m for now). by nicm · 6 years ago
  99. 1225541 Allow menu items to be disabled by putting a - at the start of their by nicm · 6 years ago
  100. c0116b2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago