1. 5080acc Add a key in copy mode to toggle position indicator. by nicm · 2 years, 10 months ago
  2. e4856de Do not crash on a zero size character. by nicm · 2 years, 11 months ago
  3. 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 1 month ago
  4. caa8703 Spacing tweaks. by nicm · 3 years, 3 months ago
  5. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  6. c76b28d Remove some unnecessary blank lines. by nicm · 3 years, 3 months ago
  7. e463e86 Remove stray spaces after function names. by nicm · 3 years, 3 months ago
  8. 01fd4b9 Add pipe variants of the line copy commands. While here make the command by nicm · 3 years, 3 months ago
  9. be59884 Change copy-line and copy-end-of-line not to cancel and add -and-cancel by nicm · 3 years, 4 months ago
  10. 43514f4 Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709. by nicm · 3 years, 6 months ago
  11. 77b1290 More accurate vi(1) word navigation in copy mode and on the status line. by nicm · 3 years, 6 months ago
  12. 5900b16 Fix a couple of edge cases with the jump-back-xxx commands, and also by nicm · 3 years, 8 months ago
  13. 28cd956 Change search-again with vi keys to work like actual vi(1), also some by nicm · 3 years, 8 months ago
  14. 7f87280 Allow cursor to be just after match if copying, GitHub issue 2602. by nicm · 3 years, 9 months ago
  15. 81e5736 Copy mode improvements from Anindya Mukherjee: by nicm · 3 years, 9 months ago
  16. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
  17. 5f425ee Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub by nicm · 3 years, 9 months ago
  18. e858270 There are many format variables now so allocating all the default ones by nicm · 3 years, 9 months ago
  19. 8986c8d Move jump commands to grid reader, make them UTF-8 aware, and tidy up, by nicm · 3 years, 9 months ago
  20. e3005e5 Add "pipe" variants of the "copy-pipe" commands which do not copy, from by nicm · 3 years, 10 months ago
  21. bba71f6 Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 by nicm · 3 years, 10 months ago
  22. 8d18539 Fix some cursor movement commands, from Anindya Mukherjee. by nicm · 3 years, 10 months ago
  23. 0730dce Hide some warnings on newer GCC versions, GitHUb issue 2525. by nicm · 3 years, 10 months ago
  24. b96c5e3 With incremental search, start empty and only repeat the previous search by nicm · 3 years, 11 months ago
  25. ccb8b9e Remove unused variable, from Ben Boeckel. by nicm · 3 years, 11 months ago
  26. c68baaa Remove current match indicator which can't work anymore since we only by nicm · 3 years, 11 months ago
  27. c43f2dc Break cursor movement in grid into a common set of functions that can by nicm · 3 years, 11 months ago
  28. bbab5b7 Allow previous-word to scroll onto the first line, noticed by Anindya Mukherjee. by nicm · 4 years ago
  29. b9392d5 Do not wrap at end of text when positioning at end of match because the by nicm · 4 years, 2 months ago
  30. 88b66e9 Free buffer earlier to avoid confusing some compilers, GitHub issue 2382. by nicm · 4 years, 2 months ago
  31. 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
  32. df7fbcd Change searching to behave more like emacs and so that regex searching by nicm · 4 years, 4 months ago
  33. 8f1179d Handle padding cells correctly when searching, GitHub issue 2301. by nicm · 4 years, 4 months ago
  34. afe4ea4 Correctly move to previous line when looking for previous word, from Derry Jing. by nicm · 4 years, 5 months ago
  35. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
  36. 4e5e2c1 Now that we mostly only search visible text, the rate limit on repeating by nicm · 4 years, 6 months ago
  37. 2154e1f Search marks outside the visible text are not useful, so there is no by nicm · 4 years, 6 months ago
  38. c4732af Some improvements to performance of searching: by nicm · 4 years, 6 months ago
  39. dc74d2e Make the -no-clear command variants not clear the search marks either. by nicm · 4 years, 6 months ago
  40. f5366ff Missing ; in previous. by nicm · 4 years, 6 months ago
  41. 5fbae8c Fire copy-pipe command even if there is no text, means it works if it by nicm · 4 years, 6 months ago
  42. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 6 months ago
  43. 49ec074 Tidy up new UTF-8 code and make it more generic. by nicm · 4 years, 6 months ago
  44. 4589297 Do not attempt to divide by zero when working out copy position. by nicm · 4 years, 6 months ago
  45. 3a5219c Instead of storing all UTF-8 characters in the extended cell which means by nicm · 4 years, 6 months ago
  46. ff8dd15 Add a mark in copy mode. Set with set-mark command (bound to 'X') by by nicm · 4 years, 6 months ago
  47. 126bacb Do not loop forever when search finds an empty match, GitHub issue 2203. by nicm · 4 years, 6 months ago
  48. 592f141 Fix next-matching-bracket logic, from Chris Barber. by nicm · 4 years, 6 months ago
  49. 6ea6d46 Store and restore cursor position when copy mode is resized, from by nicm · 4 years, 6 months ago
  50. d056144 Try to search the entire history first for up to 200 ms so a search by nicm · 4 years, 6 months ago
  51. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  52. 2391fe2 Copy mode search improvements: by nicm · 4 years, 6 months ago
  53. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
  54. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 6 months ago
  55. b846ec2 Only trim blank lines when the source pane is not the target pane, by nicm · 4 years, 7 months ago
  56. 282a7a8 Make sure the cursor position is still on screen after we have trimmed by nicm · 4 years, 7 months ago
  57. 5aba26f Add a copy-command option and change copy-pipe and friends to pipe to it by nicm · 4 years, 7 months ago
  58. b6dfca9 Don't miss the last line off the screen when writing after resize, from by nicm · 4 years, 7 months ago
  59. fc1855f Clear the selection and repeat the search on refresh same as resize. by nicm · 4 years, 7 months ago
  60. 53a29a2 Instead of fixing with the cursor position when the copied screen is by nicm · 4 years, 7 months ago
  61. b9a00cb Leave the cursor above empty lines. by nicm · 4 years, 7 months ago
  62. e11295f Adjust cursor and scroll positions when entering copy mode so that the by nicm · 4 years, 7 months ago
  63. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  64. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 8 months ago
  65. 26f5dfb Fix history-bottom to use the right line when working out the length. by nicm · 4 years, 8 months ago
  66. e9e5fac Some minor style nits. by nicm · 4 years, 8 months ago
  67. b96ac80 Some unnecessary assignments and unused variables. by nicm · 4 years, 8 months ago
  68. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 4 years, 8 months ago
  69. b65eab5 Check previous line rather than an extra line, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
  70. a20d960 Only search the visible part of the history when marking (highlighting) by nicm · 4 years, 8 months ago
  71. 567b27e Add a 10 second timeout to prevent searches taking too much time, from by nicm · 4 years, 8 months ago
  72. cd30633 Do not go down the regex search path (which is expensive because we need by nicm · 4 years, 8 months ago
  73. c129ed3 Use a comparison to check for wrap and avoid an expensive modulus. by nicm · 4 years, 8 months ago
  74. 89d2a20 Performance improvements for regex searching, most notably: by nicm · 4 years, 8 months ago
  75. b66d62d Do not go down the regex search path (which is expensive because we need by nicm · 4 years, 8 months ago
  76. 46092f2 Use a comparison to check for wrap and avoid an expensive modulus. by nicm · 4 years, 8 months ago
  77. 46ed81f Performance improvements for regex searching, most notably: by nicm · 4 years, 8 months ago
  78. 2624edd Add non-regex search variants to avoid the performance cost for people by nicm · 4 years, 8 months ago
  79. af6ae35 Set end position correctly, GitHub issue 2129 from Anindya Mukherjee. by nicm · 4 years, 8 months ago
  80. 9a55f65 Fix select-word when not on a word, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
  81. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 8 months ago
  82. a3ff5a9 select_word_end needs to forward no_reset flag or select-word selects too much. by nicm · 4 years, 8 months ago
  83. c3e96cc Another fix to make other-end forget the selection mode, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
  84. e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
  85. 2cd8ea7 Various fixes to copying with select-word and select-line, including by nicm · 4 years, 8 months ago
  86. 7021757 Adjust selection correctly when scrolling, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
  87. 882d0b7 Reset selection flag when clearing or stopping selection, from Mark Kelly. by nicm · 4 years, 8 months ago
  88. 7863445 Add a copy-mode -H flag to hide the position marker in the top right. by nicm · 4 years, 9 months ago
  89. 4eba983 Start a new selection if outside the existing selection after a word has by nicm · 4 years, 9 months ago
  90. f65b9c0 Change mouse selection so that after selecting a word, dragging selects by nicm · 4 years, 9 months ago
  91. 229be03 Add selection_active format for when the selection is present but not by nicm · 4 years, 9 months ago
  92. f48b041 Do not jump to next word end if already on a word end when selecting a by nicm · 4 years, 9 months ago
  93. 4ea0771 Support regex search in copy mode, from Anindya Mukherjee in GitHub issue 2038. by nicm · 4 years, 11 months ago
  94. 64fb7e4 Tweak previous to check the wrapped flag and stop if not set. by nicm · 4 years, 12 months ago
  95. ab630f7 Allow search across wrapped lines and fix some inconsistencies in how th by nicm · 4 years, 12 months ago
  96. 58f870e Don't use motion flag uninitialized. by nicm · 4 years, 12 months ago
  97. 87a11a9 Fix a warning in previous. by nicm · 4 years, 12 months ago
  98. c2fde58 Do not clear search marks on cursor movement with vi(1) keys, from Eric by nicm · 4 years, 12 months ago
  99. c225262 Add -F flag to send-keys to expand formats in search-backward and by nicm · 5 years ago
  100. f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 5 years ago