summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2024-10-25Allow tabs even on terminals without UTF-8, reported by jmc.Nicholas Marriott
2024-10-25Allow control characters to be entered at the command prompt prefixedNicholas Marriott
2024-10-25Do not attempt to search for zero length strings, from Alexander Arch inNicholas Marriott
2024-10-25Do not stop stop at first padding in format_grid_line and handle tabs.Nicholas Marriott
2024-10-25Flag tabs if possible in the grid cell so they can be preserved onNicholas Marriott
2024-10-25Add a helper function for cell data comparison, from Alexander Arch.Nicholas Marriott
2024-10-21Bump up the maximum for repeat-time (some people want it to beNicholas Marriott
2024-10-21Add function to get current offset from copy mode, from Michael Grant.Nicholas Marriott
2024-10-21Adjust how Ctrl and Meta keys are sent to use standard representation ifNicholas Marriott
2024-10-17Switch pane-colors and cursor-style options to be in alphabetical order,Nicholas Marriott
2024-10-17Allow attributes in menu style, from Japin Li in GitHub issue 4194.Nicholas Marriott
2024-10-14Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182.Nicholas Marriott
2024-10-12Call realpath on the source file to match -f on the command line, GitHubNicholas Marriott
2024-10-12Do not rename a buffer to itself, GitHub issue 4181.Nicholas Marriott
2024-10-10Add a sixel_support format variable which is 1 if SIXEL is supportedNicholas Marriott
2024-10-08Draw pane status line on the correct line when at the bottom, fixesNicholas Marriott
2024-10-08Put the prompt cursor attributes into the status line screen and useNicholas Marriott
2024-10-07Add prompt-cursor-colour and prompt-cursor-style to set the style of theNicholas Marriott
2024-10-07Add initial-repeat-time option to allow the first repeat time to beNicholas Marriott
2024-10-06Try to stay near the same line in modes if the current one is removed.Nicholas Marriott
2024-10-05Send focus events to pane when entering or leaving popup, GitHub issueNicholas Marriott
2024-10-05Remove some debugging left behind.Nicholas Marriott
2024-10-05Add copy-mode-position-format to configure the position indicator.Nicholas Marriott
2024-10-04Document missing window-layout-changed hook.Nicholas Marriott
2024-10-04Add -y flag to disable confirmation prompts in modes, GitHub issue 4152.Nicholas Marriott
2024-10-04Do not translate BSpace as Unicode, GitHub issue 4156.Nicholas Marriott
2024-10-04Rework of copy mode commands ("send-keys -X") to parse the arguments soNicholas Marriott
2024-10-03Improve fix for shifted keys so it works for all the keys it should,Nicholas Marriott
2024-10-02Add MSYSTEM to default update-environment.Nicholas Marriott
2024-10-02Add a define for the socket permissions check so it can be overriddenNicholas Marriott
2024-10-02Report shifted keys like S-A as A not as S-A in mode 1 extended keys,Nicholas Marriott
2024-10-01Add a way to make the preview larger in tree mode, GitHub issue 4124.Nicholas Marriott
2024-10-01Use global cursor style and colour options for modes instead of default,Nicholas Marriott
2024-10-01Change pasting to bypass the output key processing entirely and writeNicholas Marriott
2024-09-30On some Windows terminals, if TIOCWINSZ does not return xpixel andNicholas Marriott
2024-09-30Only use default-shell for popups, return to /bin/sh for run-shell,Nicholas Marriott
2024-09-29Fix grey colour, from Magnus Gross.Nicholas Marriott
2024-09-16Add copy mode commands which were missed when descriptions were added,Nicholas Marriott
2024-09-16Change the behaviour of extended-keys always slightly so thatNicholas Marriott
2024-09-16Add a prefix timeout option, from Conor Taylor in GitHub issue 4108.Nicholas Marriott
2024-09-11Mouse move keys are not useful as key bindings because we do not turnNicholas Marriott
2024-08-27Display hyperlinks in copy mode and add copy_cursor_hyperlink format toNicholas Marriott
2024-08-27Add search_count and search_count_partial formats in copy mode, GitHubNicholas Marriott
2024-08-27Do not reset mouse pane if clicked on status line, it may have been setNicholas Marriott
2024-08-26Use strtonum instead of atoi.Nicholas Marriott
2024-08-26C-h should not be treated specially and represented internally as \b butNicholas Marriott
2024-08-26Pass the screen_redraw_ctx struct into more functions instead ofNicholas Marriott
2024-08-26Client flags was changed to uint64_t a while ago, fix a few cases whereNicholas Marriott
2024-08-26Add window_pane_mode helper function to tell if a pane is in copy mode,Nicholas Marriott
2024-08-26Add copy-mode -d flag to scroll a page down if in copy mode already,Nicholas Marriott