1. 5893229 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  2. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  3. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  4. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  5. 1fcc7f5 When scrolling in copy mode with the mouse, scroll screen rather than by Nicholas Marriott · 12 years ago
  6. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  7. 0d0b3cf Fix search forward so it can match strings on the last line, SF bug by Nicholas Marriott · 12 years ago
  8. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  9. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  10. c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
  11. c11da7c Only exit mouse mode on scroll wheel when actually reaching the end of by Nicholas Marriott · 13 years ago
  12. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  13. 1bbb793 Always remember last cursor position when moving up or down, not just by Nicholas Marriott · 13 years ago
  14. e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
  15. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  16. f5a73c5 When copying, make repeat count indicate buffer to replace if used. by Nicholas Marriott · 13 years ago
  17. 1202284 PANE_FREEZE doesn't do anything anymore, so remove it. by Nicholas Marriott · 13 years ago
  18. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 13 years ago
  19. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 13 years ago
  20. fb527c1 Use button mouse mode not any for copy mode, fixes issues with by Nicholas Marriott · 13 years ago
  21. dc8fb9f Tweak copy behaviour slightly in vi mode to be closer to real vi. From by Nicholas Marriott · 13 years ago
  22. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  23. fa6abac Style: uint -> u_int and a missing else. by Nicholas Marriott · 14 years ago
  24. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  25. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  26. 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  27. c1c5f43 When resizing the copy mode screen, don't allow it to end up with the by Nicholas Marriott · 14 years ago
  28. bbf7437 Do not crash if the screen size is too small for the indicator in copy mode. by Nicholas Marriott · 14 years ago
  29. a97b7ad Fix a crash: if remain-on-exit is set and the pane has exited, the by Nicholas Marriott · 14 years ago
  30. b4b9b83 replace some magic mouse constants with defines for clarity. ok nicm by Ted Unangst · 14 years ago
  31. dcc100f Use a macro-based mask for obtaining a key or modifier-set from the by Nicholas Marriott · 14 years ago
  32. cc724f3 Make start-of-line work the same as end-of-line on wrapped lines (jump by Nicholas Marriott · 14 years ago
  33. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  34. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 14 years ago
  35. 2240199 Fix crash when resizing in copy mode, when cursor can end up outside screen. by Nicholas Marriott · 14 years ago
  36. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  37. 9abbe34 paste-buffer should be per pane, from C. Coutinho. by Nicholas Marriott · 15 years ago
  38. 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  39. 48dd720 Fix a use-after-free when cancelling copy mode, or trying to repeat cancel. by Nicholas Marriott · 15 years ago
  40. 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
  41. 56a33b1 Extend the end-of-line key so that in normal mode a second press moves by Nicholas Marriott · 15 years ago
  42. 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
  43. 73b8c3e Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor by Nicholas Marriott · 15 years ago
  44. 3a89d1e copy mode uses the real screen as backing and if it is updated while copying, by Nicholas Marriott · 15 years ago
  45. a61b8a2 Make next-word stop at beginning of word even if it is at the start of the by Nicholas Marriott · 15 years ago
  46. d285f7f Don't strip add newline if only copying part of wrapped line. Problem spotted by Nicholas Marriott · 15 years ago
  47. 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
  48. 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
  49. 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
  50. 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
  51. f26312f Hugely simplify window_copy_cursor_next_word, which was way overcomplicated. by Nicholas Marriott · 15 years ago
  52. e31480c Update the selection properly after goto line or searching. by Nicholas Marriott · 15 years ago
  53. 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
  54. 75e13c8 Redraw properly when scrolling backward and the cursor is on the last by Nicholas Marriott · 15 years ago
  55. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  56. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  57. 8d4eae5 Missed an unused variable :-/. by Nicholas Marriott · 15 years ago
  58. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  59. 480f5d3 Correctly nuke the EOL $ marker when scrolling, reported by martynas@, thanks. by Nicholas Marriott · 15 years ago
  60. 38df960 Add mode keys to move the cursor to the top, middle and bottom of the screen. by Nicholas Marriott · 15 years ago
  61. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  62. 9400fda Make C-Up and C-Down in copy mode scroll the screen up and down one line by Nicholas Marriott · 15 years ago
  63. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  64. ccba613 Give each paste buffer a size member instead of requiring them to be by Nicholas Marriott · 15 years ago
  65. f817a33 When moving up or down in copy mode, save the cursor position and size of the by Nicholas Marriott · 15 years ago
  66. 5533665 Don't read beyond the edge of the screen when searching (dies with debug by Nicholas Marriott · 15 years ago
  67. 406fc20 Nuke unnecessary assignment. by Nicholas Marriott · 15 years ago
  68. feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
  69. c828c2f Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with by Nicholas Marriott · 15 years ago
  70. 7a359c0 vi(1)-style half page scroll in copy and scroll modes. Move the vi full page by Nicholas Marriott · 15 years ago
  71. 3915440 Scroll by two less than the number of lines in the screen, like emacs, rather by Nicholas Marriott · 15 years ago
  72. 3026118 Allowing copy mode to scroll left and right is annoying, so limit it to the by Nicholas Marriott · 15 years ago
  73. 2e3bb5a Redraw the screen after resizing. by Nicholas Marriott · 15 years ago
  74. 06ddd3d Add a flags member to the grid_line struct and use it to differentiate lines by Nicholas Marriott · 15 years ago
  75. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  76. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  77. a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
  78. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
  79. 309b76f Remove an unused entry in the mode keys command enum and rename by Nicholas Marriott · 15 years ago
  80. d95274c Change mode key bindings from big switches into a set of tables. Rather than by Nicholas Marriott · 15 years ago
  81. 13e29dd Get rid of empty mode_key_free function. by Nicholas Marriott · 15 years ago
  82. 584eda8 Change previous-word behavior to move to the beginning of the word (matches by Nicholas Marriott · 15 years ago
  83. ba84ddc Redraw after starting selection to correctly remove any existing selection. by Nicholas Marriott · 15 years ago
  84. 22d51ec Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  85. fa8333e Merge three copies of identical code to move the cursor x position into a by Nicholas Marriott · 15 years ago
  86. 289320a Copy was using the real line length which after resize can be larger than the by Nicholas Marriott · 15 years ago
  87. 24e1327 Stop in the right place so all the lines selected are copied. Reported by Kalle by Nicholas Marriott · 15 years ago
  88. fe5edad Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
  89. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago