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