1. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  2. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  3. 9a56671 Highlight all occurrences of search string after searching in copy mode. by nicm · 8 years ago
  4. 7e6c2cb Make the selection able to exist independent of the cursor position, so by nicm · 8 years ago
  5. 9fe43d6 Add copy-pipe-and-cancel, from Artem Fokin. by nicm · 8 years ago
  6. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  7. 22a8afe Unused variable and missing time.h. by nicm · 8 years ago
  8. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  9. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  10. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  11. 44449b3 Use xsnprintf not snprintf for the prompt in window_copy_write_line by nicm · 8 years ago
  12. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  13. 2e5584c Allow repeat count to be specified in mode key tables with bind-key -R, by nicm · 8 years ago
  14. e81a924 Remove unused variable, from Ben Boeckel. by nicm · 8 years ago
  15. 28e0658 Some tidying of copy mode search functions, based on a diff from Lukasz by nicm · 8 years ago
  16. 4a6eca5 Use the same code for half page scrolling as full, from Michal Mazurek. by nicm · 8 years ago
  17. 1cedf78 Add next/previous paragraph, from J Raynor. by nicm · 8 years ago
  18. 312a7a1 Make scrolling behaviour more sensible and maintain cursor position, as by nicm · 9 years ago
  19. 54ea8f7 When a mouse drag is finished, fire a MouseUp key press, instead of by nicm · 9 years ago
  20. bc0c9c7 Do not wrap cursor at start or end of history, from Michal Mazurek. by nicm · 9 years ago
  21. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  22. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  23. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  24. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  25. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  26. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  27. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  28. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  29. 44657bf Move struct options into options.c. by nicm · 9 years ago
  30. 14da999 Format for scroll position, from Jorge Morante. by nicm · 9 years ago
  31. 8da6de3 Style nit, int for flags not u_int. by nicm · 9 years ago
  32. 901c2eb Add copy-mode -e to exit copy mode when scrolling off the bottom, useful by nicm · 9 years ago
  33. b569585 Move struct paste_buffer out of tmux.h. by nicm · 9 years ago
  34. 6419f66 Give clock mode its own timer. by nicm · 9 years ago
  35. 583b4ab Set working directory for run-shell and if-shell. by nicm · 9 years ago
  36. 0610f44 cmd_mouse_pane can return NULL, check for that. by nicm · 9 years ago
  37. 07d93db Remove unused-but-set variables, from Thomas Adam. by nicm · 9 years ago
  38. 0fd9a97 Make jump-to-backward/jump-to-forward repeatable with by nicm · 10 years ago
  39. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  40. 0cd55eb Add a -x flag to copy-selection, append-selection and start-named-buffer by nicm · 10 years ago
  41. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  42. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  43. 86207ee Shorten some long lines. by nicm · 10 years ago
  44. d88c381 Only redraw affected lines when selection changes with mouse. From by nicm · 10 years ago
  45. 4429941 Expand formats in copy-pipe command, suggested by Suraj N Kurapati. by nicm · 10 years ago
  46. 7445d30 Wrap when copy mode is used for output, from Balazs Kezes. by nicm · 10 years ago
  47. e4bf1e5 Add V for select line with vi(1) keys. From Juho Pohjala. by nicm · 10 years ago
  48. abfb965 Fix some spacing nits. by nicm · 10 years ago
  49. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  50. 2f19df0 Copy ACS characters as UTF-8, from Balazs Kezes. by nicm · 10 years ago
  51. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  52. 2b79d36 No need to repeat other-end more than once, from Juho Pohjala. Also add by nicm · 10 years ago
  53. 29d20a5 Fix two copy mode problems: by nicm · 10 years ago
  54. 00ac1af Copy newline when at EOL in vi(1) mode, from Balazs Kezes. by nicm · 10 years ago
  55. 58c9769 Simplify copy lines, from Keith Amling. by nicm · 10 years ago
  56. b1a06ef Add a copy mode key binding to copy to a named buffer. From J Raynor. by nicm · 10 years ago
  57. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 10 years ago
  58. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 10 years ago
  59. a5d4b7f Some more long lines. by nicm · 11 years ago
  60. b8bda67 Don't blindly increase offsets by the return value of snprintf, if there by nicm · 11 years ago
  61. acef311 Work out mouse scroll wheel effect when the mouse is first detected and by nicm · 11 years ago
  62. 0e4d1d8 Add setb -a to append and a copy mode append command, from J Raynor with by nicm · 11 years ago
  63. 6daf06b Fix memory leaks with paste_replace, based on changes from J Raynor. by nicm · 11 years ago
  64. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  65. 7d3d996 Support paste key in copy mode input (for search etc). Also clamp length by nicm · 11 years ago
  66. df680d7 Only exit copy mode at the bottom if no selection in progress, from by nicm · 11 years ago
  67. 72a4602 missing unsigned char casts areound tolower() ok nicm by deraadt · 11 years ago
  68. f0ed61f Support case insensitive searching in the same manner as emacs - all by nicm · 11 years ago
  69. a6cd848 Correctly redraw the top two lines in copy mode when they are selected - by nicm · 11 years ago
  70. 7fa55b0 Key to swap to other end of selection (bound to o with vi keys), from J Raynor. by nicm · 11 years ago
  71. a9ebb62 Make next-word-end work properly with vi(1) keys, reported by patrick by Nicholas Marriott · 11 years ago
  72. 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  73. 599dd2a Create a new context when copying instead of using the input by Nicholas Marriott · 12 years ago
  74. 5893229 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  75. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  76. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  77. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  78. 1fcc7f5 When scrolling in copy mode with the mouse, scroll screen rather than by Nicholas Marriott · 12 years ago
  79. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  80. 0d0b3cf Fix search forward so it can match strings on the last line, SF bug by Nicholas Marriott · 12 years ago
  81. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  82. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  83. c829bdf Minor style nits - return (). by Nicholas Marriott · 13 years ago
  84. c11da7c Only exit mouse mode on scroll wheel when actually reaching the end of by Nicholas Marriott · 13 years ago
  85. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  86. 1bbb793 Always remember last cursor position when moving up or down, not just by Nicholas Marriott · 13 years ago
  87. e04d13f Support "jump to" like vi in copy mode using t and T keys. Also add x by Nicholas Marriott · 13 years ago
  88. fd25d35 Move word-separators to be a session rather than window option, from Ben by Nicholas Marriott · 13 years ago
  89. f5a73c5 When copying, make repeat count indicate buffer to replace if used. by Nicholas Marriott · 13 years ago
  90. 1202284 PANE_FREEZE doesn't do anything anymore, so remove it. by Nicholas Marriott · 13 years ago
  91. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 13 years ago
  92. 58908fd Add three new copy-mode commands - select-line, copy-line, by Nicholas Marriott · 13 years ago
  93. fb527c1 Use button mouse mode not any for copy mode, fixes issues with by Nicholas Marriott · 13 years ago
  94. dc8fb9f Tweak copy behaviour slightly in vi mode to be closer to real vi. From by Nicholas Marriott · 13 years ago
  95. 8738141 When mode-mouse is on (it is off by default), automatically enter copy by Nicholas Marriott · 14 years ago
  96. fa6abac Style: uint -> u_int and a missing else. by Nicholas Marriott · 14 years ago
  97. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  98. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  99. 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  100. c1c5f43 When resizing the copy mode screen, don't allow it to end up with the by Nicholas Marriott · 14 years ago