1. f817a33 When moving up or down in copy mode, save the cursor position and size of the by Nicholas Marriott · 15 years ago
  2. 5533665 Don't read beyond the edge of the screen when searching (dies with debug by Nicholas Marriott · 15 years ago
  3. 406fc20 Nuke unnecessary assignment. by Nicholas Marriott · 15 years ago
  4. feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
  5. c828c2f Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with by Nicholas Marriott · 15 years ago
  6. 7a359c0 vi(1)-style half page scroll in copy and scroll modes. Move the vi full page by Nicholas Marriott · 15 years ago
  7. 3915440 Scroll by two less than the number of lines in the screen, like emacs, rather by Nicholas Marriott · 15 years ago
  8. 3026118 Allowing copy mode to scroll left and right is annoying, so limit it to the by Nicholas Marriott · 15 years ago
  9. 2e3bb5a Redraw the screen after resizing. by Nicholas Marriott · 15 years ago
  10. 06ddd3d Add a flags member to the grid_line struct and use it to differentiate lines by Nicholas Marriott · 15 years ago
  11. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  12. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  13. a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
  14. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
  15. 309b76f Remove an unused entry in the mode keys command enum and rename by Nicholas Marriott · 15 years ago
  16. d95274c Change mode key bindings from big switches into a set of tables. Rather than by Nicholas Marriott · 15 years ago
  17. 13e29dd Get rid of empty mode_key_free function. by Nicholas Marriott · 15 years ago
  18. 584eda8 Change previous-word behavior to move to the beginning of the word (matches by Nicholas Marriott · 15 years ago
  19. ba84ddc Redraw after starting selection to correctly remove any existing selection. by Nicholas Marriott · 15 years ago
  20. 22d51ec Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
  21. fa8333e Merge three copies of identical code to move the cursor x position into a by Nicholas Marriott · 15 years ago
  22. 289320a Copy was using the real line length which after resize can be larger than the by Nicholas Marriott · 15 years ago
  23. 24e1327 Stop in the right place so all the lines selected are copied. Reported by Kalle by Nicholas Marriott · 15 years ago
  24. fe5edad Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
  25. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago