1. 4875002 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. 0d0b3cf Fix search forward so it can match strings on the last line, SF bug by Nicholas Marriott · 12 years ago
  3. 200b0e5 Sync OpenBSD patchset 1156: by Tiago Cunha · 12 years ago
  4. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  5. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  6. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  7. e5b3858 Sync OpenBSD patchset 1087: by Tiago Cunha · 13 years ago
  8. 2c4e8b9 Sync OpenBSD patchset 1082: by Tiago Cunha · 13 years ago
  9. c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
  10. c11da7c Only exit mouse mode on scroll wheel when actually reaching the end of by Nicholas Marriott · 13 years ago
  11. e4eb43e Sync OpenBSD patchset 1066: by Tiago Cunha · 13 years ago
  12. e678ba3 Sync OpenBSD patchset 1046: by Tiago Cunha · 13 years ago
  13. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  14. 1bbb793 Always remember last cursor position when moving up or down, not just by Nicholas Marriott · 13 years ago
  15. 76862ac Sync OpenBSD patchset 986: by Tiago Cunha · 13 years ago
  16. e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
  17. 9c92021 Sync OpenBSD patchset 981: by Tiago Cunha · 13 years ago
  18. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  19. d8d9c2a Sync OpenBSD patchset 971: by Tiago Cunha · 13 years ago
  20. f5a73c5 When copying, make repeat count indicate buffer to replace if used. by Nicholas Marriott · 13 years ago
  21. ff7343c Sync OpenBSD patchset 926: by Tiago Cunha · 13 years ago
  22. 1202284 PANE_FREEZE doesn't do anything anymore, so remove it. by Nicholas Marriott · 13 years ago
  23. 89f3512 Sync OpenBSD patchset 914: by Tiago Cunha · 13 years ago
  24. 69e0aab Sync OpenBSD patchset 913: by Tiago Cunha · 13 years ago
  25. e0fcd3b Sync OpenBSD patchset 911: by Tiago Cunha · 13 years ago
  26. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 13 years ago
  27. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 13 years ago
  28. fb527c1 Use button mouse mode not any for copy mode, fixes issues with by Nicholas Marriott · 13 years ago
  29. 38611d3 Sync OpenBSD patchset 897: by Tiago Cunha · 13 years ago
  30. 215ee46 Sync OpenBSD patchset 896: by Tiago Cunha · 13 years ago
  31. dc8fb9f Tweak copy behaviour slightly in vi mode to be closer to real vi. From by Nicholas Marriott · 13 years ago
  32. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  33. 8ab7fcf |PatchSet 873 by Nicholas Marriott · 14 years ago
  34. fa6abac Style: uint -> u_int and a missing else. by Nicholas Marriott · 14 years ago
  35. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  36. 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
  37. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  38. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  39. 0b8ce56 Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  40. 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  41. 59dc08a Sync OpenBSD patchset 760: by Tiago Cunha · 14 years ago
  42. c1c5f43 When resizing the copy mode screen, don't allow it to end up with the by Nicholas Marriott · 14 years ago
  43. 28a0b6f Sync OpenBSD patchset 758: by Tiago Cunha · 14 years ago
  44. bbf7437 Do not crash if the screen size is too small for the indicator in copy mode. by Nicholas Marriott · 14 years ago
  45. a97b7ad Fix a crash: if remain-on-exit is set and the pane has exited, the by Nicholas Marriott · 14 years ago
  46. 1944747 Don't enable/disable invalid event pointers. Fixes SF #3033119. by Micah Cowan · 14 years ago
  47. 46f27ea Sync OpenBSD patchset 733: by Tiago Cunha · 14 years ago
  48. b4b9b83 replace some magic mouse constants with defines for clarity. ok nicm by Ted Unangst · 14 years ago
  49. dcc100f Use a macro-based mask for obtaining a key or modifier-set from the by Nicholas Marriott · 14 years ago
  50. f62d3d2 Sync OpenBSD patchset 710: by Tiago Cunha · 14 years ago
  51. 227e458 Use a macro-based mask for obtaining a key or modifier-set from the combination. by Micah Cowan · 14 years ago
  52. cc724f3 Make start-of-line work the same as end-of-line on wrapped lines (jump by Nicholas Marriott · 14 years ago
  53. d9c99b8 Make double start-of-line do what double end-of-line does, on wrapped lines. by Micah Cowan · 14 years ago
  54. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  55. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 14 years ago
  56. f11f717 Pass in the session, rather than the client, to window modes' key() function. by Micah Cowan · 14 years ago
  57. 2240199 Fix crash when resizing in copy mode, when cursor can end up outside screen. by Nicholas Marriott · 14 years ago
  58. 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 · 14 years ago
  59. cd0f22b Unbreak. Whoops. by Nicholas Marriott · 15 years ago
  60. 67300e9 Stupid style nits. by Nicholas Marriott · 15 years ago
  61. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  62. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  63. 9abbe34 paste-buffer should be per pane, from C. Coutinho. by Nicholas Marriott · 15 years ago
  64. 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  65. 33a90ef Minor Nazi style tweaks to previous, and man page rephrasery. by Nicholas Marriott · 15 years ago
  66. 009d8d2 Jump-forward, jump-backward in copy mode, based on vi's F and f commands. by Micah Cowan · 15 years ago
  67. 48dd720 Fix a use-after-free when cancelling copy mode, or trying to repeat cancel. by Nicholas Marriott · 15 years ago
  68. 51eab54 Avoid use-after-free when cancelling copy mode. by Nicholas Marriott · 15 years ago
  69. b34c8f5 Sync OpenBSD patchset 658: by Tiago Cunha · 15 years ago
  70. 70f5384 Sync OpenBSD patchset 657: by Tiago Cunha · 15 years ago
  71. 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
  72. 56a33b1 Extend the end-of-line key so that in normal mode a second press moves by Nicholas Marriott · 15 years ago
  73. b7d5b91 Sync OpenBSD patchset 653: by Tiago Cunha · 15 years ago
  74. a0e7539 Sync OpenBSD patchset 651: by Tiago Cunha · 15 years ago
  75. ecac081 Sync OpenBSD patchset 648: by Tiago Cunha · 15 years ago
  76. 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
  77. 73b8c3e Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor by Nicholas Marriott · 15 years ago
  78. 3a89d1e copy mode uses the real screen as backing and if it is updated while copying, by Nicholas Marriott · 15 years ago
  79. f7646d2 Sync OpenBSD patchset 647: by Tiago Cunha · 15 years ago
  80. a9dacf1 Sync OpenBSD patchset 645: by Tiago Cunha · 15 years ago
  81. 66c38d8 Sync OpenBSD patchset 644: by Tiago Cunha · 15 years ago
  82. a61b8a2 Make next-word stop at beginning of word even if it is at the start of the by Nicholas Marriott · 15 years ago
  83. d285f7f Don't strip add newline if only copying part of wrapped line. Problem spotted by Nicholas Marriott · 15 years ago
  84. 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
  85. 3c37b09 Sync OpenBSD patchset 636: by Tiago Cunha · 15 years ago
  86. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  87. fa5be75 Sync OpenBSD patchset 634: by Tiago Cunha · 15 years ago
  88. 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
  89. 735cfaf Sync OpenBSD patchset 621: by Tiago Cunha · 15 years ago
  90. 1a6cb5f Sync OpenBSD patchset 619: by Tiago Cunha · 15 years ago
  91. 22dd0be Sync OpenBSD patchset 618: by Tiago Cunha · 15 years ago
  92. c153a43 Sync OpenBSD patchset 617: by Tiago Cunha · 15 years ago
  93. 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
  94. f26312f Hugely simplify window_copy_cursor_next_word, which was way overcomplicated. by Nicholas Marriott · 15 years ago
  95. e31480c Update the selection properly after goto line or searching. by Nicholas Marriott · 15 years ago
  96. 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  97. 2305a27 Sync OpenBSD patchset 616: by Tiago Cunha · 15 years ago
  98. 75e13c8 Redraw properly when scrolling backward and the cursor is on the last by Nicholas Marriott · 15 years ago
  99. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  100. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago