summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
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
2023-09-15Add some more WINOPS and a placeholder for SMGRAPHICS.Nicholas Marriott
2023-09-14Reset combine flag only if text is actually processed.Nicholas Marriott
2023-09-08On second thoughts, do check DA2 for DECFRA and DECSLRM since that willNicholas Marriott
2023-09-08Use DECSLRM and DECFRA only at level 4 rather than checking the terminalNicholas Marriott
2023-09-07Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 asNicholas Marriott
2023-09-07Accept 65 for VT525 as well.Nicholas Marriott
2023-09-04Skip wrapped lines in top level search loop because they will beNicholas Marriott
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30Nicholas Marriott
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubNicholas Marriott
2023-09-02Set visited flag on last windows when linking session.Nicholas Marriott
2023-09-01Only compare the actual size of the UTF-8 character, not all of it.Nicholas Marriott
2023-09-01Add missing -T to getopt string.Nicholas Marriott
2023-09-01Clear combine flag when a non-UTF-8 set of characters is encountered.Nicholas Marriott