1. 814e405 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  2. 00ac1af Copy newline when at EOL in vi(1) mode, from Balazs Kezes. by nicm · 10 years ago
  3. 58c9769 Simplify copy lines, from Keith Amling. by nicm · 11 years ago
  4. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  5. b1a06ef Add a copy mode key binding to copy to a named buffer. From J Raynor. by nicm · 11 years ago
  6. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 11 years ago
  7. 3f54c92 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  8. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 11 years ago
  9. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  10. a5d4b7f Some more long lines. by nicm · 11 years ago
  11. b8bda67 Don't blindly increase offsets by the return value of snprintf, if there by nicm · 11 years ago
  12. 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  13. acef311 Work out mouse scroll wheel effect when the mouse is first detected and by nicm · 11 years ago
  14. 0e4d1d8 Add setb -a to append and a copy mode append command, from J Raynor with by nicm · 11 years ago
  15. 8c0edcb Add setb -a to append and a copy mode append command, from J Raynor with minor by Nicholas Marriott · 11 years ago
  16. ca1d78f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  17. 6daf06b Fix memory leaks with paste_replace, based on changes from J Raynor. by nicm · 11 years ago
  18. d50e47f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  19. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  20. 7d3d996 Support paste key in copy mode input (for search etc). Also clamp length by nicm · 11 years ago
  21. df680d7 Only exit copy mode at the bottom if no selection in progress, from by nicm · 11 years ago
  22. 72a4602 missing unsigned char casts areound tolower() ok nicm by deraadt · 11 years ago
  23. 3e498cd Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  24. f0ed61f Support case insensitive searching in the same manner as emacs - all by nicm · 11 years ago
  25. a6cd848 Correctly redraw the top two lines in copy mode when they are selected - by nicm · 11 years ago
  26. 7fa55b0 Key to swap to other end of selection (bound to o with vi keys), from J Raynor. by nicm · 11 years ago
  27. c190c73 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  28. a9ebb62 Make next-word-end work properly with vi(1) keys, reported by patrick by Nicholas Marriott · 11 years ago
  29. bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  30. 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  31. 599dd2a Create a new context when copying instead of using the input by Nicholas Marriott · 12 years ago
  32. 5893229 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  33. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  34. 041a911 Create a new context when copying instead of using the input context. The input by Nicholas Marriott · 12 years ago
  35. 6ddb06d Extend jobs to support writing and use that for copy-pipe instead of popen, by Nicholas Marriott · 12 years ago
  36. c3859d1 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  37. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  38. 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  39. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  40. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  41. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  42. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  43. 1fcc7f5 When scrolling in copy mode with the mouse, scroll screen rather than by Nicholas Marriott · 12 years ago
  44. 47fbf87 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  45. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  46. 4875002 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  47. 0d0b3cf Fix search forward so it can match strings on the last line, SF bug by Nicholas Marriott · 12 years ago
  48. 200b0e5 Sync OpenBSD patchset 1156: by Tiago Cunha · 12 years ago
  49. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  50. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  51. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  52. e5b3858 Sync OpenBSD patchset 1087: by Tiago Cunha · 13 years ago
  53. 2c4e8b9 Sync OpenBSD patchset 1082: by Tiago Cunha · 13 years ago
  54. c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
  55. c11da7c Only exit mouse mode on scroll wheel when actually reaching the end of by Nicholas Marriott · 13 years ago
  56. e4eb43e Sync OpenBSD patchset 1066: by Tiago Cunha · 13 years ago
  57. e678ba3 Sync OpenBSD patchset 1046: by Tiago Cunha · 13 years ago
  58. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  59. 1bbb793 Always remember last cursor position when moving up or down, not just by Nicholas Marriott · 13 years ago
  60. 76862ac Sync OpenBSD patchset 986: by Tiago Cunha · 13 years ago
  61. e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
  62. 9c92021 Sync OpenBSD patchset 981: by Tiago Cunha · 13 years ago
  63. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  64. d8d9c2a Sync OpenBSD patchset 971: by Tiago Cunha · 13 years ago
  65. f5a73c5 When copying, make repeat count indicate buffer to replace if used. by Nicholas Marriott · 13 years ago
  66. ff7343c Sync OpenBSD patchset 926: by Tiago Cunha · 13 years ago
  67. 1202284 PANE_FREEZE doesn't do anything anymore, so remove it. by Nicholas Marriott · 13 years ago
  68. 89f3512 Sync OpenBSD patchset 914: by Tiago Cunha · 14 years ago
  69. 69e0aab Sync OpenBSD patchset 913: by Tiago Cunha · 14 years ago
  70. e0fcd3b Sync OpenBSD patchset 911: by Tiago Cunha · 14 years ago
  71. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
  72. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 14 years ago
  73. fb527c1 Use button mouse mode not any for copy mode, fixes issues with by Nicholas Marriott · 14 years ago
  74. 38611d3 Sync OpenBSD patchset 897: by Tiago Cunha · 14 years ago
  75. 215ee46 Sync OpenBSD patchset 896: by Tiago Cunha · 14 years ago
  76. dc8fb9f Tweak copy behaviour slightly in vi mode to be closer to real vi. From by Nicholas Marriott · 14 years ago
  77. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  78. 8ab7fcf |PatchSet 873 by Nicholas Marriott · 14 years ago
  79. fa6abac Style: uint -> u_int and a missing else. by Nicholas Marriott · 14 years ago
  80. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  81. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  82. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  83. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  84. 0b8ce56 Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  85. 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  86. 59dc08a Sync OpenBSD patchset 760: by Tiago Cunha · 14 years ago
  87. c1c5f43 When resizing the copy mode screen, don't allow it to end up with the by Nicholas Marriott · 14 years ago
  88. 28a0b6f Sync OpenBSD patchset 758: by Tiago Cunha · 14 years ago
  89. bbf7437 Do not crash if the screen size is too small for the indicator in copy mode. by Nicholas Marriott · 14 years ago
  90. a97b7ad Fix a crash: if remain-on-exit is set and the pane has exited, the by Nicholas Marriott · 14 years ago
  91. 1944747 Don't enable/disable invalid event pointers. Fixes SF #3033119. by Micah Cowan · 14 years ago
  92. 46f27ea Sync OpenBSD patchset 733: by Tiago Cunha · 14 years ago
  93. b4b9b83 replace some magic mouse constants with defines for clarity. ok nicm by Ted Unangst · 14 years ago
  94. dcc100f Use a macro-based mask for obtaining a key or modifier-set from the by Nicholas Marriott · 14 years ago
  95. f62d3d2 Sync OpenBSD patchset 710: by Tiago Cunha · 14 years ago
  96. 227e458 Use a macro-based mask for obtaining a key or modifier-set from the combination. by Micah Cowan · 14 years ago
  97. cc724f3 Make start-of-line work the same as end-of-line on wrapped lines (jump by Nicholas Marriott · 14 years ago
  98. d9c99b8 Make double start-of-line do what double end-of-line does, on wrapped lines. by Micah Cowan · 14 years ago
  99. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  100. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 15 years ago