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