1. f5366ff Missing ; in previous. by nicm · 4 years, 5 months ago
  2. 5fbae8c Fire copy-pipe command even if there is no text, means it works if it by nicm · 4 years, 5 months ago
  3. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 5 months ago
  4. 49ec074 Tidy up new UTF-8 code and make it more generic. by nicm · 4 years, 5 months ago
  5. 4589297 Do not attempt to divide by zero when working out copy position. by nicm · 4 years, 5 months ago
  6. 3a5219c Instead of storing all UTF-8 characters in the extended cell which means by nicm · 4 years, 5 months ago
  7. ff8dd15 Add a mark in copy mode. Set with set-mark command (bound to 'X') by by nicm · 4 years, 5 months ago
  8. 126bacb Do not loop forever when search finds an empty match, GitHub issue 2203. by nicm · 4 years, 5 months ago
  9. 592f141 Fix next-matching-bracket logic, from Chris Barber. by nicm · 4 years, 5 months ago
  10. 6ea6d46 Store and restore cursor position when copy mode is resized, from by nicm · 4 years, 5 months ago
  11. d056144 Try to search the entire history first for up to 200 ms so a search by nicm · 4 years, 5 months ago
  12. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 5 months ago
  13. 2391fe2 Copy mode search improvements: by nicm · 4 years, 5 months ago
  14. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 5 months ago
  15. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 5 months ago
  16. b846ec2 Only trim blank lines when the source pane is not the target pane, by nicm · 4 years, 6 months ago
  17. 282a7a8 Make sure the cursor position is still on screen after we have trimmed by nicm · 4 years, 6 months ago
  18. 5aba26f Add a copy-command option and change copy-pipe and friends to pipe to it by nicm · 4 years, 6 months ago
  19. b6dfca9 Don't miss the last line off the screen when writing after resize, from by nicm · 4 years, 6 months ago
  20. fc1855f Clear the selection and repeat the search on refresh same as resize. by nicm · 4 years, 6 months ago
  21. 53a29a2 Instead of fixing with the cursor position when the copied screen is by nicm · 4 years, 6 months ago
  22. b9a00cb Leave the cursor above empty lines. by nicm · 4 years, 6 months ago
  23. e11295f Adjust cursor and scroll positions when entering copy mode so that the by nicm · 4 years, 6 months ago
  24. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 6 months ago
  25. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 6 months ago
  26. 26f5dfb Fix history-bottom to use the right line when working out the length. by nicm · 4 years, 6 months ago
  27. e9e5fac Some minor style nits. by nicm · 4 years, 6 months ago
  28. b96ac80 Some unnecessary assignments and unused variables. by nicm · 4 years, 6 months ago
  29. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 4 years, 6 months ago
  30. b65eab5 Check previous line rather than an extra line, from Anindya Mukherjee. by nicm · 4 years, 7 months ago
  31. a20d960 Only search the visible part of the history when marking (highlighting) by nicm · 4 years, 7 months ago
  32. 567b27e Add a 10 second timeout to prevent searches taking too much time, from by nicm · 4 years, 7 months ago
  33. cd30633 Do not go down the regex search path (which is expensive because we need by nicm · 4 years, 7 months ago
  34. c129ed3 Use a comparison to check for wrap and avoid an expensive modulus. by nicm · 4 years, 7 months ago
  35. 89d2a20 Performance improvements for regex searching, most notably: by nicm · 4 years, 7 months ago
  36. b66d62d Do not go down the regex search path (which is expensive because we need by nicm · 4 years, 7 months ago
  37. 46092f2 Use a comparison to check for wrap and avoid an expensive modulus. by nicm · 4 years, 7 months ago
  38. 46ed81f Performance improvements for regex searching, most notably: by nicm · 4 years, 7 months ago
  39. 2624edd Add non-regex search variants to avoid the performance cost for people by nicm · 4 years, 7 months ago
  40. af6ae35 Set end position correctly, GitHub issue 2129 from Anindya Mukherjee. by nicm · 4 years, 7 months ago
  41. 9a55f65 Fix select-word when not on a word, from Anindya Mukherjee. by nicm · 4 years, 7 months ago
  42. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 7 months ago
  43. a3ff5a9 select_word_end needs to forward no_reset flag or select-word selects too much. by nicm · 4 years, 7 months ago
  44. c3e96cc Another fix to make other-end forget the selection mode, from Anindya Mukherjee. by nicm · 4 years, 7 months ago
  45. e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 7 months ago
  46. 2cd8ea7 Various fixes to copying with select-word and select-line, including by nicm · 4 years, 7 months ago
  47. 7021757 Adjust selection correctly when scrolling, from Anindya Mukherjee. by nicm · 4 years, 7 months ago
  48. 882d0b7 Reset selection flag when clearing or stopping selection, from Mark Kelly. by nicm · 4 years, 7 months ago
  49. 7863445 Add a copy-mode -H flag to hide the position marker in the top right. by nicm · 4 years, 7 months ago
  50. 4eba983 Start a new selection if outside the existing selection after a word has by nicm · 4 years, 7 months ago
  51. f65b9c0 Change mouse selection so that after selecting a word, dragging selects by nicm · 4 years, 8 months ago
  52. 229be03 Add selection_active format for when the selection is present but not by nicm · 4 years, 8 months ago
  53. f48b041 Do not jump to next word end if already on a word end when selecting a by nicm · 4 years, 8 months ago
  54. 4ea0771 Support regex search in copy mode, from Anindya Mukherjee in GitHub issue 2038. by nicm · 4 years, 10 months ago
  55. 64fb7e4 Tweak previous to check the wrapped flag and stop if not set. by nicm · 4 years, 10 months ago
  56. ab630f7 Allow search across wrapped lines and fix some inconsistencies in how th by nicm · 4 years, 10 months ago
  57. 58f870e Don't use motion flag uninitialized. by nicm · 4 years, 11 months ago
  58. 87a11a9 Fix a warning in previous. by nicm · 4 years, 11 months ago
  59. c2fde58 Do not clear search marks on cursor movement with vi(1) keys, from Eric by nicm · 4 years, 11 months ago
  60. c225262 Add -F flag to send-keys to expand formats in search-backward and by nicm · 4 years, 12 months ago
  61. f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 4 years, 12 months ago
  62. 56e5067 Add formats for cursor and selection position in copy mode, from Jason Felice. by nicm · 4 years, 12 months ago
  63. 4b7e97b Set up format tree for %if, GitHub issue 1896. by nicm · 5 years ago
  64. b31515f Add cursor-down-and-cancel, from Mark Kelly. by nicm · 5 years ago
  65. 21fae50 Default to previous search string for search-forward and by nicm · 5 years ago
  66. c474462 Correctly wrap search in copy mode even if at the very top left, GitHub by nicm · 5 years ago
  67. 3d660b0 Select the correct word for select-word when already at the start of a by nicm · 5 years ago
  68. a4be028 Clear search marks before resize, GitHub issue 1823. by nicm · 5 years ago
  69. 55c694a Do not use uninitialized buffer name. by nicm · 5 years ago
  70. 26b9a8e Set the cursor x at the same time as changing the y or the end of line by nicm · 5 years ago
  71. 09e90c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 5 years ago
  72. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
  73. cf4566b Fix dragging when in view mode rather than copy mode, GitHub issue 1740 by nicm · 5 years ago
  74. 00f19b7 Fix some indentation and dead assignments. by nicm · 5 years ago
  75. d53d3bc Adjust the same bit to adjust the selection for history-top and by nicm · 5 years ago
  76. 4097257 Do not store the mouse position we calculate as the start of a drag back by nicm · 5 years ago
  77. c176361 Remove unused variable from Thomas Adam. by nicm · 5 years ago
  78. ec81bd2 Add support for keys to jump between matching brackets - C-M-f and C-M-b by nicm · 5 years ago
  79. 567d3e2 Automatically scroll if dragging to create a selection with the mouse by nicm · 5 years ago
  80. 564e44a Add -no-clear variants of copy-selection and copy-pipe which do not by nicm · 5 years ago
  81. 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 6 years ago
  82. c1f0918 Fix stop-selection, from Avi Halachmi. by nicm · 6 years ago
  83. 9f8d193 Break copy mode commands into individual functions instead of a big load by nicm · 6 years ago
  84. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  85. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  86. de730f6 Make the mode used to view command output (a variant of copy mode) use by nicm · 6 years ago
  87. 9cc04a0 Do not use window mode entry after free. by nicm · 6 years ago
  88. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  89. 3c24bc5 Tidy changing the mode into window_copy_init_for_output. by nicm · 6 years ago
  90. 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
  91. bde0224 Pass window into mode functions. by nicm · 6 years ago
  92. 40d246b Handle UTF-8 in word-separators option, GitHub issue 1551. by nicm · 6 years ago
  93. 09aee53 It isn't possible to specify buffer name to copy mode commands now, so by nicm · 6 years ago
  94. f7c85f3 Do not move the cursor when the mouse wheel is used, GitHub issue 1493. by nicm · 6 years ago
  95. 7d59f82 Allow panes to be 1 line or column by redrawing instead of using the by nicm · 6 years ago
  96. 1b92afa Do not clear selection when searching. by nicm · 6 years ago
  97. 8f9491d Allow a large line number to go to the end with goto-line, from Mark by nicm · 6 years ago
  98. 9bab73f Fix selection test, from Takeshi Banse. by nicm · 6 years ago
  99. 95e3e36 Reset line flag when clearing selection, GitHub issue 1454. by nicm · 6 years ago
  100. bceccc6 Move job struct into job.c. by nicm · 6 years ago