summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2024-05-24Do not escape $ unless DQ is set, that is the only case where we need toNicholas Marriott
2024-05-24Add N to search backwards in tree modes, from Fadi Afani in GitHub issueNicholas Marriott
2024-05-19remove prototype with no matching functionJonathan Gray
2024-05-18remove prototypes with no matching function; ok nicm@Jonathan Gray
2024-05-18remove externs with no matching var; ok nicm@Jonathan Gray
2024-05-15Use default-shell for command prompt #() and popups as wellNicholas Marriott
2024-05-15Fix memory leaks reported by Lu Ming Yin.Nicholas Marriott
2024-05-14Add missing time.h to tty.c (from Ismail Donmez), also remove some strayNicholas Marriott
2024-05-14Revert part of the change for GitHub issue 3675 because it does not workNicholas Marriott
2024-05-14Add a command-error hook when a command fails, from Hugh Davenport inNicholas Marriott
2024-05-14Add an option to disable unwrapping lines for searching, fromNicholas Marriott
2024-05-14Restore previous behaviour or writing to stdout if available.Nicholas Marriott
2024-05-13Fix memory leak, from Fadi Afani.Nicholas Marriott
2024-04-23correct indentation; no functional changeJonathan Gray
2024-04-15Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.Nicholas Marriott
2024-04-10Add an option allow-set-title to forbid applications from changing theNicholas Marriott
2024-04-10Correct handling of mouse up events (don't ignore all but the lastNicholas Marriott
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,Nicholas Marriott
2024-04-04Pick newest session as documented, not oldest, from Magnus Gross.Nicholas Marriott
2024-03-26Fix selection present check, reported by M Kelly.Nicholas Marriott
2024-03-21Write padding character into the right position.Nicholas Marriott
2024-03-21Reduce escape-time default to 10 milliseconds, 500 is far too long forNicholas Marriott
2024-03-21Add -M to always turn mouse on in a menu, GitHub issue 3779.Nicholas Marriott
2024-03-21Look for feature code 21 for DECSLRM and 28 for DECFRA in the deviceNicholas Marriott
2024-03-21Use -p for default paste-buffer command in buffer mode, it will only doNicholas Marriott
2024-03-21Do not notify window-layout-changed if the window is about to beNicholas Marriott
2024-03-21Revert detach-client part of last, did not intend this to go in.Nicholas Marriott
2024-03-21Do not consider a selection present if it is empty, from Michael GrantNicholas Marriott
2024-03-13Make the attach-session description clearer - do not mention creating aNicholas Marriott
2024-03-06Check for the right flag to fix split-window -p, from Bryan Childs.Nicholas Marriott
2024-02-13Add two new values for the destroy-unattached option to destroy sessionsNicholas Marriott
2024-02-13Do not allow paste into panes which have exited, from Romain FrancoiseNicholas Marriott
2024-01-22Increase buffer size to avoid truncating styles, GitHub issue 3809 fromNicholas Marriott
2024-01-16Use imsg_get_fd() instead of direct access to imsg.fdClaudio Jeker
2023-12-27Only wrap pattern in *s if using a regular expression.Nicholas Marriott
2023-12-27Remove flags from the prefix before comparing with the received key soNicholas Marriott
2023-12-27groff apparently generates broken output for some common characters inNicholas Marriott
2023-12-27Always initialize screen mode, GitHub issue 3750 from Ding Fei.Nicholas Marriott
2023-12-27Correctly handle window ops with no pane, GitHub issue 3747.Nicholas Marriott
2023-11-14Don't strdup NULL filename.Nicholas Marriott
2023-11-14Handle NULL client (in config file) when showing a status message; alsoNicholas Marriott
2023-11-14Use SM 2026 for Sync which is more widely supported now.Nicholas Marriott
2023-11-02next-prompt can have 1 argument.Nicholas Marriott
2023-10-30Do not allow combined UTF-8 characters that are too long, GitHub issueNicholas Marriott
2023-10-23Unzoom window at start of destroy so it doesn't happen later (whenNicholas Marriott
2023-10-17Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm,Nicholas Marriott
2023-09-19Fix a couple of mouse mode flag names.Nicholas Marriott
2023-09-16Remove next- and previous-prompt added in error. GitHub issue 3696.Nicholas Marriott
2023-09-15Change UTF-8 combining to inspect the previous character at the cursorNicholas Marriott
2023-09-15Add -t to source-file, GitHub issue 3473.Nicholas Marriott