1. 882d0b7 Reset selection flag when clearing or stopping selection, from Mark Kelly. by nicm · 4 years, 7 months ago
  2. 7863445 Add a copy-mode -H flag to hide the position marker in the top right. by nicm · 4 years, 7 months ago
  3. 4eba983 Start a new selection if outside the existing selection after a word has by nicm · 4 years, 7 months ago
  4. f65b9c0 Change mouse selection so that after selecting a word, dragging selects by nicm · 4 years, 8 months ago
  5. 229be03 Add selection_active format for when the selection is present but not by nicm · 4 years, 8 months ago
  6. f48b041 Do not jump to next word end if already on a word end when selecting a by nicm · 4 years, 8 months ago
  7. 4ea0771 Support regex search in copy mode, from Anindya Mukherjee in GitHub issue 2038. by nicm · 4 years, 10 months ago
  8. 64fb7e4 Tweak previous to check the wrapped flag and stop if not set. by nicm · 4 years, 10 months ago
  9. ab630f7 Allow search across wrapped lines and fix some inconsistencies in how th by nicm · 4 years, 10 months ago
  10. 58f870e Don't use motion flag uninitialized. by nicm · 4 years, 11 months ago
  11. 87a11a9 Fix a warning in previous. by nicm · 4 years, 11 months ago
  12. c2fde58 Do not clear search marks on cursor movement with vi(1) keys, from Eric by nicm · 4 years, 11 months ago
  13. c225262 Add -F flag to send-keys to expand formats in search-backward and by nicm · 4 years, 12 months ago
  14. f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 4 years, 12 months ago
  15. 56e5067 Add formats for cursor and selection position in copy mode, from Jason Felice. by nicm · 4 years, 12 months ago
  16. 4b7e97b Set up format tree for %if, GitHub issue 1896. by nicm · 5 years ago
  17. b31515f Add cursor-down-and-cancel, from Mark Kelly. by nicm · 5 years ago
  18. 21fae50 Default to previous search string for search-forward and by nicm · 5 years ago
  19. c474462 Correctly wrap search in copy mode even if at the very top left, GitHub by nicm · 5 years ago
  20. 3d660b0 Select the correct word for select-word when already at the start of a by nicm · 5 years ago
  21. a4be028 Clear search marks before resize, GitHub issue 1823. by nicm · 5 years ago
  22. 55c694a Do not use uninitialized buffer name. by nicm · 5 years ago
  23. 26b9a8e Set the cursor x at the same time as changing the y or the end of line by nicm · 5 years ago
  24. 09e90c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 5 years ago
  25. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
  26. cf4566b Fix dragging when in view mode rather than copy mode, GitHub issue 1740 by nicm · 5 years ago
  27. 00f19b7 Fix some indentation and dead assignments. by nicm · 5 years ago
  28. d53d3bc Adjust the same bit to adjust the selection for history-top and by nicm · 5 years ago
  29. 4097257 Do not store the mouse position we calculate as the start of a drag back by nicm · 5 years ago
  30. c176361 Remove unused variable from Thomas Adam. by nicm · 5 years ago
  31. ec81bd2 Add support for keys to jump between matching brackets - C-M-f and C-M-b by nicm · 5 years ago
  32. 567d3e2 Automatically scroll if dragging to create a selection with the mouse by nicm · 5 years ago
  33. 564e44a Add -no-clear variants of copy-selection and copy-pipe which do not by nicm · 5 years ago
  34. 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 6 years ago
  35. c1f0918 Fix stop-selection, from Avi Halachmi. by nicm · 6 years ago
  36. 9f8d193 Break copy mode commands into individual functions instead of a big load by nicm · 6 years ago
  37. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  38. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  39. de730f6 Make the mode used to view command output (a variant of copy mode) use by nicm · 6 years ago
  40. 9cc04a0 Do not use window mode entry after free. by nicm · 6 years ago
  41. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  42. 3c24bc5 Tidy changing the mode into window_copy_init_for_output. by nicm · 6 years ago
  43. 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
  44. bde0224 Pass window into mode functions. by nicm · 6 years ago
  45. 40d246b Handle UTF-8 in word-separators option, GitHub issue 1551. by nicm · 6 years ago
  46. 09aee53 It isn't possible to specify buffer name to copy mode commands now, so by nicm · 6 years ago
  47. f7c85f3 Do not move the cursor when the mouse wheel is used, GitHub issue 1493. by nicm · 6 years ago
  48. 7d59f82 Allow panes to be 1 line or column by redrawing instead of using the by nicm · 6 years ago
  49. 1b92afa Do not clear selection when searching. by nicm · 6 years ago
  50. 8f9491d Allow a large line number to go to the end with goto-line, from Mark by nicm · 6 years ago
  51. 9bab73f Fix selection test, from Takeshi Banse. by nicm · 6 years ago
  52. 95e3e36 Reset line flag when clearing selection, GitHub issue 1454. by nicm · 6 years ago
  53. bceccc6 Move job struct into job.c. by nicm · 6 years ago
  54. 9f2db6a Fix problems with page scrolling in copy mode, GitHub issue 1440 from Amos Bird. by nicm · 6 years ago
  55. f5d7a80 calloc the mode data instead of malloc and initialize everything. by nicm · 6 years ago
  56. fe7486d Initialize new lineflag member. by nicm · 6 years ago
  57. 82776c4 Move struct screen_sel into screen.c and tidy up members that are only by nicm · 6 years ago
  58. 28a5bc8 Add a rectangle_toggle format, from Hirokazu Hata. by nicm · 6 years ago
  59. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  60. 8fb6666 Do not take address of a member of a NULL pointer. GitHub issue 1382 by nicm · 6 years ago
  61. 4bf6f27 Check whether cursor is at start or end when copying rectangular by nicm · 6 years ago
  62. 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
  63. e5ae9dd Add -and-cancel variants for scrolling commands to exit copy mode when by nicm · 7 years ago
  64. d81fa57 When searching in copy mode, do not scroll if the result is already on by nicm · 7 years ago
  65. c86d83f Remove unused (always 1) arguments from some functions, from Daniel by nicm · 7 years ago
  66. eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 7 years ago
  67. a7d1ee5 Redraw rectangle selections properly when cursor at end, GitHub issue 992. by nicm · 7 years ago
  68. 1d60dd5 Fix searching when match is at end of line, from Brad Town. by nicm · 7 years ago
  69. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
  70. 74b2dea Add a hook when the clipboard is set. by nicm · 7 years ago
  71. 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
  72. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  73. 1883d29 Do not factor in screen_hsize() for the visible copy mode screen when by nicm · 7 years ago
  74. 18bab30 Scrolling needs to use background colour. by nicm · 7 years ago
  75. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 7 years ago
  76. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 7 years ago
  77. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 7 years ago
  78. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 7 years ago
  79. 591b26e Show count of search results in copy mode. by nicm · 8 years ago
  80. cdaa758 Fix movement after select-line, from Omar Sandoval. by nicm · 8 years ago
  81. e8f2609 Skip over padding cells when moving the cursor left or right. by nicm · 8 years ago
  82. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  83. 05802a6 window_copy_pagedown shouldn't reset the mode anymore, instead let the by nicm · 8 years ago
  84. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  85. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  86. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  87. 9a56671 Highlight all occurrences of search string after searching in copy mode. by nicm · 8 years ago
  88. 7e6c2cb Make the selection able to exist independent of the cursor position, so by nicm · 8 years ago
  89. 9fe43d6 Add copy-pipe-and-cancel, from Artem Fokin. by nicm · 8 years ago
  90. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  91. 22a8afe Unused variable and missing time.h. by nicm · 8 years ago
  92. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  93. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  94. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  95. 44449b3 Use xsnprintf not snprintf for the prompt in window_copy_write_line by nicm · 8 years ago
  96. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  97. 2e5584c Allow repeat count to be specified in mode key tables with bind-key -R, by nicm · 8 years ago
  98. e81a924 Remove unused variable, from Ben Boeckel. by nicm · 8 years ago
  99. 28e0658 Some tidying of copy mode search functions, based on a diff from Lukasz by nicm · 8 years ago
  100. 4a6eca5 Use the same code for half page scrolling as full, from Michal Mazurek. by nicm · 8 years ago