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