1. 567d3e2 Automatically scroll if dragging to create a selection with the mouse by nicm · 6 years ago
  2. 564e44a Add -no-clear variants of copy-selection and copy-pipe which do not by nicm · 6 years ago
  3. 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 6 years ago
  4. c1f0918 Fix stop-selection, from Avi Halachmi. by nicm · 6 years ago
  5. 9f8d193 Break copy mode commands into individual functions instead of a big load by nicm · 6 years ago
  6. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  7. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  8. de730f6 Make the mode used to view command output (a variant of copy mode) use by nicm · 6 years ago
  9. 9cc04a0 Do not use window mode entry after free. by nicm · 6 years ago
  10. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  11. 3c24bc5 Tidy changing the mode into window_copy_init_for_output. by nicm · 6 years ago
  12. 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
  13. bde0224 Pass window into mode functions. by nicm · 6 years ago
  14. 40d246b Handle UTF-8 in word-separators option, GitHub issue 1551. by nicm · 6 years ago
  15. 09aee53 It isn't possible to specify buffer name to copy mode commands now, so by nicm · 6 years ago
  16. f7c85f3 Do not move the cursor when the mouse wheel is used, GitHub issue 1493. by nicm · 6 years ago
  17. 7d59f82 Allow panes to be 1 line or column by redrawing instead of using the by nicm · 6 years ago
  18. 1b92afa Do not clear selection when searching. by nicm · 6 years ago
  19. 8f9491d Allow a large line number to go to the end with goto-line, from Mark by nicm · 6 years ago
  20. 9bab73f Fix selection test, from Takeshi Banse. by nicm · 6 years ago
  21. 95e3e36 Reset line flag when clearing selection, GitHub issue 1454. by nicm · 6 years ago
  22. bceccc6 Move job struct into job.c. by nicm · 6 years ago
  23. 9f2db6a Fix problems with page scrolling in copy mode, GitHub issue 1440 from Amos Bird. by nicm · 6 years ago
  24. f5d7a80 calloc the mode data instead of malloc and initialize everything. by nicm · 6 years ago
  25. fe7486d Initialize new lineflag member. by nicm · 6 years ago
  26. 82776c4 Move struct screen_sel into screen.c and tidy up members that are only by nicm · 6 years ago
  27. 28a5bc8 Add a rectangle_toggle format, from Hirokazu Hata. by nicm · 6 years ago
  28. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  29. 8fb6666 Do not take address of a member of a NULL pointer. GitHub issue 1382 by nicm · 6 years ago
  30. 4bf6f27 Check whether cursor is at start or end when copying rectangular by nicm · 7 years ago
  31. 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
  32. e5ae9dd Add -and-cancel variants for scrolling commands to exit copy mode when by nicm · 7 years ago
  33. d81fa57 When searching in copy mode, do not scroll if the result is already on by nicm · 7 years ago
  34. c86d83f Remove unused (always 1) arguments from some functions, from Daniel by nicm · 7 years ago
  35. eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 7 years ago
  36. a7d1ee5 Redraw rectangle selections properly when cursor at end, GitHub issue 992. by nicm · 7 years ago
  37. 1d60dd5 Fix searching when match is at end of line, from Brad Town. by nicm · 7 years ago
  38. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
  39. 74b2dea Add a hook when the clipboard is set. by nicm · 7 years ago
  40. 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
  41. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  42. 1883d29 Do not factor in screen_hsize() for the visible copy mode screen when by nicm · 7 years ago
  43. 18bab30 Scrolling needs to use background colour. by nicm · 8 years ago
  44. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
  45. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  46. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  47. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  48. 591b26e Show count of search results in copy mode. by nicm · 8 years ago
  49. cdaa758 Fix movement after select-line, from Omar Sandoval. by nicm · 8 years ago
  50. e8f2609 Skip over padding cells when moving the cursor left or right. by nicm · 8 years ago
  51. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  52. 05802a6 window_copy_pagedown shouldn't reset the mode anymore, instead let the by nicm · 8 years ago
  53. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  54. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  55. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  56. 9a56671 Highlight all occurrences of search string after searching in copy mode. by nicm · 8 years ago
  57. 7e6c2cb Make the selection able to exist independent of the cursor position, so by nicm · 8 years ago
  58. 9fe43d6 Add copy-pipe-and-cancel, from Artem Fokin. by nicm · 8 years ago
  59. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  60. 22a8afe Unused variable and missing time.h. by nicm · 8 years ago
  61. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  62. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  63. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  64. 44449b3 Use xsnprintf not snprintf for the prompt in window_copy_write_line by nicm · 8 years ago
  65. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  66. 2e5584c Allow repeat count to be specified in mode key tables with bind-key -R, by nicm · 8 years ago
  67. e81a924 Remove unused variable, from Ben Boeckel. by nicm · 9 years ago
  68. 28e0658 Some tidying of copy mode search functions, based on a diff from Lukasz by nicm · 9 years ago
  69. 4a6eca5 Use the same code for half page scrolling as full, from Michal Mazurek. by nicm · 9 years ago
  70. 1cedf78 Add next/previous paragraph, from J Raynor. by nicm · 9 years ago
  71. 312a7a1 Make scrolling behaviour more sensible and maintain cursor position, as by nicm · 9 years ago
  72. 54ea8f7 When a mouse drag is finished, fire a MouseUp key press, instead of by nicm · 9 years ago
  73. bc0c9c7 Do not wrap cursor at start or end of history, from Michal Mazurek. by nicm · 9 years ago
  74. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  75. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  76. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  77. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  78. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  79. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  80. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  81. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  82. 44657bf Move struct options into options.c. by nicm · 9 years ago
  83. 14da999 Format for scroll position, from Jorge Morante. by nicm · 9 years ago
  84. 8da6de3 Style nit, int for flags not u_int. by nicm · 9 years ago
  85. 901c2eb Add copy-mode -e to exit copy mode when scrolling off the bottom, useful by nicm · 9 years ago
  86. b569585 Move struct paste_buffer out of tmux.h. by nicm · 9 years ago
  87. 6419f66 Give clock mode its own timer. by nicm · 9 years ago
  88. 583b4ab Set working directory for run-shell and if-shell. by nicm · 10 years ago
  89. 0610f44 cmd_mouse_pane can return NULL, check for that. by nicm · 10 years ago
  90. 07d93db Remove unused-but-set variables, from Thomas Adam. by nicm · 10 years ago
  91. 0fd9a97 Make jump-to-backward/jump-to-forward repeatable with by nicm · 10 years ago
  92. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  93. 0cd55eb Add a -x flag to copy-selection, append-selection and start-named-buffer by nicm · 10 years ago
  94. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  95. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  96. 86207ee Shorten some long lines. by nicm · 10 years ago
  97. d88c381 Only redraw affected lines when selection changes with mouse. From by nicm · 10 years ago
  98. 4429941 Expand formats in copy-pipe command, suggested by Suraj N Kurapati. by nicm · 10 years ago
  99. 7445d30 Wrap when copy mode is used for output, from Balazs Kezes. by nicm · 10 years ago
  100. e4bf1e5 Add V for select line with vi(1) keys. From Juho Pohjala. by nicm · 10 years ago