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