1. b30989a Pull 3.2-rc up to master. by Nicholas Marriott · 5 years ago
  2. aa4f3a9 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  3. 2aa177d Do not eliminate redundant clears, the code is wrong and doing it by nicm · 5 years ago
  4. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 5 years ago
  5. af82094 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  6. 2bf612a Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. by nicm · 5 years ago
  7. c0d9eaf Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  8. 1e42689 kill-window -a cannot just walk the list of windows because if by nicm · 5 years ago
  9. a109e83 Fix version. by Nicholas Marriott · 5 years ago
  10. 6b01eac Merge branch '3.2-rc' by Nicholas Marriott · 5 years ago
  11. 5661346 Missing word, from annihilannic at hotmail dot com, GitHub issue 2288. by nicm · 5 years ago
  12. 0d0fc13 Check if client is NULL before using it, GitHub issue 2295. by nicm · 5 years ago
  13. 83868ce Replace TAILQ concatenation loop with TAILQ_CONCAT by bket · 5 years ago
  14. 0fa306d Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  15. 43e1577 Missing word, from annihilannic at hotmail dot com, GitHub issue 2288. by nicm · 5 years ago
  16. 2b1e8d0 Check if client is NULL before using it, GitHub issue 2295. by nicm · 5 years ago
  17. a284664 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  18. 2a9bdb7 Replace TAILQ concatenation loop with TAILQ_CONCAT by bket · 5 years ago
  19. 629ba1b Check for no pane border status line separately from top/bottom. by nicm · 5 years ago
  20. c9b4d5a Fix 0x Unicode character parsing, GitHub issue 2286. by nicm · 5 years ago
  21. 6cacaa9 Silently ignore -a or -b if the window index doesn't exist and create by nicm · 5 years ago
  22. 332aca7 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  23. b6aeb86 Check for no pane border status line separately from top/bottom. by nicm · 5 years ago
  24. 74df707 Fix 0x Unicode character parsing, GitHub issue 2286. by nicm · 5 years ago
  25. 04a1a84 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  26. f69bdda Silently ignore -a or -b if the window index doesn't exist and create by nicm · 5 years ago
  27. 43295bd Correctly redraw pane border bottom line when the status line is on and by nicm · 5 years ago
  28. e215a56 Use xvasprintf not vasprintf. by nicm · 5 years ago
  29. 2a2ebf3 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  30. 5340bf5 Correctly redraw pane border bottom line when the status line is on and by nicm · 5 years ago
  31. 1f51566 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  32. 2964dde Use xvasprintf not vasprintf. by nicm · 5 years ago
  33. e450416 3.2-rc. by Nicholas Marriott · 5 years ago
  34. b730083 Add to CHANGES. by Nicholas Marriott · 5 years ago
  35. 3a1fc73 Add getline compat. by Nicholas Marriott · 5 years ago
  36. 3df68d6 Fix regress test for am. by Nicholas Marriott · 5 years ago
  37. 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  38. 068b92b The redraw callback could be fired with a NULL pane if it updates while by nicm · 5 years ago
  39. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 5 years ago
  40. eb448da Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  41. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 5 years ago
  42. afe4ea4 Correctly move to previous line when looking for previous word, from Derry Jing. by nicm · 5 years ago
  43. 824efe7 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  44. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 5 years ago
  45. 4000052 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  46. d52ac7d Do not wait on shutdown for commands started with run -b. by nicm · 5 years ago
  47. bd3fb2f Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  48. d8d7769 Check if a pane needs to be paused when output is written rather than by nicm · 5 years ago
  49. 4c3bdc5 move-pane also defaults to marked pane now, reported by Ben Challenor. by nicm · 5 years ago
  50. cf63465 Fix quoting with newlines and single quotes. by nicm · 5 years ago
  51. b5c86fd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  52. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 5 years ago
  53. 2e5b496 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  54. e8c9949 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  55. cf13d1e Fix a crash when completing sessions, from Anindya Mukherjee. by nicm · 5 years ago
  56. 50ee414 Add a -A option to pause a pane manually. by nicm · 5 years ago
  57. ea4425b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  58. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 5 years ago
  59. 8b673cc Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  60. fddcad6 When the pause-after flag is set, send an alternative %extended-output by nicm · 5 years ago
  61. 208d944 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  62. fee585e Include width in error message. by nicm · 5 years ago
  63. 30eaf88 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  64. c60389a It is not sensible to store pointers into an array we are going to by nicm · 5 years ago
  65. 9ffdcc7 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  66. a4a3d89 Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which by nicm · 5 years ago
  67. 0d8ba2e Add to CHANGES. by Nicholas Marriott · 5 years ago
  68. 92c8cc1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  69. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 5 years ago
  70. 47a5afe Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  71. 03b2998 Do not take the address of a potentially unaligned member. by nicm · 5 years ago
  72. c908d20 Fix various confusion about am vs xenl. by nicm · 5 years ago
  73. a06cf90 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  74. 4e5e2c1 Now that we mostly only search visible text, the rate limit on repeating by nicm · 5 years ago
  75. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 5 years ago
  76. 976cf6c Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  77. d9cd493 Reset wrapped flag when clearing or moving lines, GitHub issue 2215. by nicm · 5 years ago
  78. 2154e1f Search marks outside the visible text are not useful, so there is no by nicm · 5 years ago
  79. 8b43fcd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  80. c4732af Some improvements to performance of searching: by nicm · 5 years ago
  81. c8bddfb Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  82. 4403afe A } can go on the same line as a command. by nicm · 5 years ago
  83. 81ba647 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  84. 23a3742 Update CHANGES. by Nicholas Marriott · 5 years ago
  85. 4ea3370 Shorten some long lines. by nicm · 5 years ago
  86. a9bf536 Correct respawn-* - they don't always use the creation command. by nicm · 5 years ago
  87. dc74d2e Make the -no-clear command variants not clear the search marks either. by nicm · 5 years ago
  88. b0a6025 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  89. d3c5202 Allow strings to span multiple lines - newlines and any leading by nicm · 5 years ago
  90. b3782d2 Instead of using a custom parse function to process {}, treat it as a by nicm · 5 years ago
  91. f837dcd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  92. 3f6af41 Make paste -p the default for ], GitHub issue 2248. by nicm · 5 years ago
  93. 62c0617 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  94. 3d5decb Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  95. 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 5 years ago
  96. 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 5 years ago
  97. f5366ff Missing ; in previous. by nicm · 5 years ago
  98. 5fbae8c Fire copy-pipe command even if there is no text, means it works if it by nicm · 5 years ago
  99. ebe866c Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  100. 7e501f1 UTF-8 keys need to be big endian so the size bits are at the top. by nicm · 5 years ago