1. 50c4c59 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  2. f1100f9 Do not always set scope for panes because the window check might fail, by nicm · 5 years ago
  3. 69a2f73 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  4. e3c2772 Man page fixes from lacygoill at lacygoill dot me. by nicm · 5 years ago
  5. 70775b3 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  6. 1d8e545 Add -r to find-window for regex instead of fnmatch. by nicm · 5 years ago
  7. c4a92e5 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  8. 97a317a Need to always check focus even if not current window. by nicm · 5 years ago
  9. cb5e681 FIx return of options_scope_from_name on error. by nicm · 5 years ago
  10. 5aae582 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  11. 4a44ae0 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  12. f4e8357 Fix how regex substitution works with empty matches. by nicm · 5 years ago
  13. f8ad72b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  14. fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
  15. c157372 Still need to walk the options tree for user options. by nicm · 5 years ago
  16. a0e2c1b Add to CHANGES. by Nicholas Marriott · 5 years ago
  17. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  18. adca856 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  19. 0394527 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  20. c1ede50 Add a helper function to work out option table from name. by nicm · 5 years ago
  21. cd1fc42 Add a -A flag to show-options to show parent options as well. by nicm · 5 years ago
  22. ae54128 Expand command formats in %if and move the config file loading later (to by nicm · 5 years ago
  23. b3ca410 Use KERN_PROC_CWD on NetBSD, from Leonardo Taccari. by Nicholas Marriott · 5 years ago
  24. ec151b7 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  25. 7970425 Handle comments more correctly inside {}, from Avi Halachmi. by nicm · 5 years ago
  26. df07723 Add a config. by Nicholas Marriott · 5 years ago
  27. ee9bc35 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  28. 250fdd0 Handle comments more correctly inside {}, from Avi Halachmi. by nicm · 5 years ago
  29. 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
  30. 5895f1d Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  31. fadbf49 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  32. 748633c Remove a stray abort. by Nicholas Marriott · 5 years ago
  33. d53c2d0 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  34. 08f5541 Remove cmd-list.c line in master. by Nicholas Marriott · 5 years ago
  35. 7a4a286 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  36. 9ae6589 Do not loop forever if a menu item contains invisible characters, by nicm · 5 years ago
  37. 03da0ce Use the right format modifier when comparing, and remove a couple of by nicm · 5 years ago
  38. 539a6e7 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  39. c95cd9e Do not loop forever if a menu item contains invisible characters, by nicm · 5 years ago
  40. c22470b 3.0-rc3. by Nicholas Marriott · 5 years ago 3.0
  41. 4c28ed4 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  42. 31cb958 #{ is no longer special. by Nicholas Marriott · 5 years ago
  43. ae83a5b Add to CHANGES. by Nicholas Marriott · 5 years ago
  44. 29b70e2 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  45. 52b8274 Do not crash if the environment variable is present but empty. by nicm · 5 years ago
  46. dcb2bb3 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  47. a924694 Use the right client when working out where to save or load the buffer, by nicm · 5 years ago
  48. 0a94dbe A couple of minor parser changes around conditions: 1) only treat #{ by nicm · 5 years ago
  49. 8da756c Restore missing functions. by Nicholas Marriott · 5 years ago
  50. 7bb8ab1 Add a bit to {}. by Nicholas Marriott · 5 years ago
  51. 5e9757b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  52. d1d3bbb Show filename with -v for source-file. by nicm · 5 years ago
  53. 4520358 A couple of minor parser changes around conditions: 1) only treat #{ by nicm · 5 years ago
  54. ebc9dcb Add a bit to {}. by Nicholas Marriott · 5 years ago
  55. 4bbf941 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  56. f31847d Improve description of #{. by Nicholas Marriott · 5 years ago
  57. f35f15b Use the right client when working out where to save or load the buffer, by nicm · 5 years ago
  58. eef11b6 Do not crash if the environment variable is present but empty. by nicm · 5 years ago
  59. b8a9c74 tweak previous; by jmc · 5 years ago
  60. 26b9a8e Set the cursor x at the same time as changing the y or the end of line by nicm · 5 years ago
  61. 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
  62. d5902ee Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  63. 7e6a26c Do not use $TMUX to find the session because for windows in multiple by nicm · 5 years ago
  64. b12df01 Pass target on to new commands with if -F. by nicm · 5 years ago
  65. 9d42bd3 Do not always resize the window back to its original size after applying by nicm · 5 years ago
  66. e337c1b Do not try to parse command when unsetting, GitHub issue 1788. by nicm · 5 years ago
  67. 057c04e Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  68. 8e971f1 Update README.md by Nicholas Marriott · 5 years ago
  69. e8814a7 Add to CHANGES. by Nicholas Marriott · 5 years ago
  70. 1a9f9c0 Do not resize panes unless they are in an attached, active window. From by nicm · 5 years ago
  71. d9ad461 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  72. 915097d Exiting alternate screen mode should restore cursor position and by nicm · 5 years ago
  73. 181841f Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  74. 43796bf Do not try to parse command when unsetting, GitHub issue 1788. by nicm · 5 years ago
  75. e13c1e5 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  76. e37f34f Do not load the config file if the server is exiting because it failed by nicm · 5 years ago
  77. c916808 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  78. 37bb993 Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  79. db5a7c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 5 years ago
  80. 1ec3fb5 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  81. 8f40796 Add a -v flag to source-file to show the commands and line numbers. by nicm · 5 years ago
  82. 09e90c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 5 years ago
  83. f274b1b Merge branch '3.0-rc' by Nicholas Marriott · 5 years ago
  84. 53914e5 RC2. by Nicholas Marriott · 5 years ago
  85. e252984 If only one of -x or -y is given, use the calculated size for the by Nicholas Marriott · 5 years ago
  86. d3f0c72 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  87. 4ca1de1 Add new-session -X and attach-session -x to send SIGHUP to parent when by nicm · 5 years ago
  88. 17bc11b yacc(1) copies its union so it is not a good place to store by nicm · 5 years ago
  89. f6933e4 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  90. 900238a yacc(1) copies its union so it is not a good place to store by nicm · 5 years ago
  91. 027a7ac Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  92. 2c6c3a1 If only one of -x or -y is given, use the calculated size for the by nicm · 5 years ago
  93. 8382ae6 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  94. ec69020 Move link. by Nicholas Marriott · 5 years ago
  95. b28b831 Mention CHANGES. by Nicholas Marriott · 5 years ago
  96. c2d79ad Should be caps. by Nicholas Marriott · 5 years ago
  97. feff55b Try this instead. by Nicholas Marriott · 5 years ago
  98. 3d29b97 Link to file. by Nicholas Marriott · 5 years ago
  99. 39ea8a2 Need stdlib.h, from Ben Boeckel. by nicm · 5 years ago
  100. 480cded Merge branch 'obsd-master' by Thomas Adam · 5 years ago