Age | Commit message (Expand) | Author |
4 days | Fix word navigation on lines with tabs, from Alexander Arch. | Nicholas Marriott |
12 days | Tidy up loop, from Alexander Arch. | Nicholas Marriott |
13 days | Mouse support on the scrollbars, from Michael Grant. | Nicholas Marriott |
2024-11-08 | Some fixes for searching for tabs, from Alexander Arch. | Nicholas Marriott |
2024-11-05 | Add support for a scrollbar at the side of each pane. New options | Nicholas Marriott |
2024-10-28 | Match tab cells when searching, from Alexander Arch in GitHub issue | Nicholas Marriott |
2024-10-25 | Do not attempt to search for zero length strings, from Alexander Arch in | Nicholas Marriott |
2024-10-25 | Do not stop stop at first padding in format_grid_line and handle tabs. | Nicholas Marriott |
2024-10-25 | Flag tabs if possible in the grid cell so they can be preserved on | Nicholas Marriott |
2024-10-21 | Add function to get current offset from copy mode, from Michael Grant. | Nicholas Marriott |
2024-10-05 | Remove some debugging left behind. | Nicholas Marriott |
2024-10-05 | Add copy-mode-position-format to configure the position indicator. | Nicholas Marriott |
2024-10-04 | Rework of copy mode commands ("send-keys -X") to parse the arguments so | Nicholas Marriott |
2024-10-01 | Use global cursor style and colour options for modes instead of default, | Nicholas Marriott |
2024-08-27 | Display hyperlinks in copy mode and add copy_cursor_hyperlink format to | Nicholas Marriott |
2024-08-27 | Add search_count and search_count_partial formats in copy mode, GitHub | Nicholas Marriott |
2024-08-26 | Add copy-mode -d flag to scroll a page down if in copy mode already, | Nicholas Marriott |
2024-05-14 | Revert part of the change for GitHub issue 3675 because it does not work | Nicholas Marriott |
2024-05-14 | Add an option to disable unwrapping lines for searching, from | Nicholas Marriott |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-03-26 | Fix selection present check, reported by M Kelly. | Nicholas Marriott |
2024-03-21 | Do not consider a selection present if it is empty, from Michael Grant | Nicholas Marriott |
2023-11-02 | next-prompt can have 1 argument. | Nicholas Marriott |
2023-09-04 | Skip wrapped lines in top level search loop because they will be | Nicholas Marriott |
2023-09-01 | Rewrite combined character handling to be more consistent and to support | Nicholas Marriott |
2023-08-08 | Add flag to next-prompt/previous-prompt to go to command output instead, | Nicholas Marriott |
2023-07-03 | Add support for marking lines with a shell prompt based on the OSC 133 | Nicholas Marriott |
2022-09-28 | Add scroll-top and scroll-bottom commands to scroll so cursor is at top | Nicholas Marriott |
2022-08-23 | Add scroll-middle copy mode command to make cursor line in the middle, | Nicholas Marriott |
2022-08-03 | Do not crash when searching for .* with extremely long lines. Reported | Nicholas Marriott |
2022-07-22 | Clear marks when the search string changes. From Anindya Mukherjee, | Nicholas Marriott |
2022-06-21 | Store time lines are scrolled into history and display in copy mode. | Nicholas Marriott |
2022-06-09 | If an application gives the first parameter to OSC 52, validate and pass | Nicholas Marriott |
2022-05-30 | Add a way for lines added to copy mode to be passed through the parser | Nicholas Marriott |
2022-02-03 | Add a key in copy mode to toggle position indicator. | Nicholas Marriott |
2021-12-20 | Do not crash on a zero size character. | Nicholas Marriott |
2021-10-11 | Add -e flag to set environment for popup, from Alexis Hildebrandt in | Nicholas Marriott |
2021-08-20 | Spacing tweaks. | Nicholas Marriott |
2021-08-20 | Hide struct args behind a couple of accessor functions. | Nicholas Marriott |
2021-08-20 | Remove some unnecessary blank lines. | Nicholas Marriott |
2021-08-20 | Remove stray spaces after function names. | Nicholas Marriott |
2021-08-11 | Add pipe variants of the line copy commands. While here make the command | Nicholas Marriott |
2021-08-09 | Change copy-line and copy-end-of-line not to cancel and add -and-cancel | Nicholas Marriott |
2021-06-10 | Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709. | Nicholas Marriott |
2021-06-10 | More accurate vi(1) word navigation in copy mode and on the status line. | Nicholas Marriott |
2021-04-05 | Fix a couple of edge cases with the jump-back-xxx commands, and also | Nicholas Marriott |
2021-04-01 | Change search-again with vi keys to work like actual vi(1), also some | Nicholas Marriott |
2021-03-09 | Allow cursor to be just after match if copying, GitHub issue 2602. | Nicholas Marriott |
2021-03-09 | Copy mode improvements from Anindya Mukherjee: | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | Nicholas Marriott |