summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-06-01Update CHANGES.3.3Nicholas Marriott
2022-06-01Set version to 3.3.Nicholas Marriott
2022-05-31Merge branch 'obsd-master'Thomas Adam
2022-05-31Add a missing space.nicm
2022-05-31Merge branch 'obsd-master'Thomas Adam
2022-05-31Trim menu item text correctly, GitHub issue 3197.nicm
2022-05-30Merge branch 'obsd-master'Thomas Adam
2022-05-30Remove duplicates from completion list, GitHub issue 3178.nicm
2022-05-30Add pane_start_path to match start_command.nicm
2022-05-30Set PWD so shells have a hint about the real path (this was done beforenicm
but lost in a merge). GitHub issue 3186.
2022-05-30Fix property name from Sergei Dyshel, and a typo from imcusg at gmailnicm
dot com.
2022-05-30Check if args_strtonum argument is NULL or not a string, from Anindyanicm
Mukherjee.
2022-05-30Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHubnicm
issue 3174.
2022-05-30If a mouse position was above the maximum supported by the normal mousenicm
protocol (223), tmux was allowing it to wrap around. However, since tmux was not correctly handling this on input, other programs also do not handle it correctly, and the alternative SGR mouse mode is now widespread, this seems unnecessary, so remove this feature. Also define some constants to make it clearer what the numbers mean. Mostly from Leonid S Usov in GitHub issue 3165.
2022-05-30Add a way for lines added to copy mode to be passed through the parsernicm
to handle escape sequences and use it for run-shell, GitHub issue 3156.
2022-05-30iTerm2 has OSC 7, from Gregory Anders.nicm
2022-05-30Spacing/style nits.nicm
2022-05-30Emit window-layout-changed on swap-pane, from George Nachman.nicm
2022-05-30Better error reporting when applying custom layouts.nicm
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may benicm
forbidden from attaching, forced to attach read-only, or allowed to attach read-write. A new command, server-access, configures the list. tmux gets the user using getpeereid(3) of the client socket. Users must still configure file system permissions manually. From Dallas Lyons and others.
2022-05-30Fix property name, from Sergei Dyshel.Nicholas Marriott
2022-05-20Remove duplicates from completion list, GitHub issue 3178.Nicholas Marriott
2022-05-20Add pane_start_path to match start_command.Nicholas Marriott
2022-05-20Set PWD so shells have a hint about the real path (this was done before butNicholas Marriott
lost in a merge). GitHub issue 3186.
2022-05-14Typos, from imcusg at gmail dot com.Nicholas Marriott
2022-05-14Check if args_strtonum argument is NULL or not a string, from AnindyaNicholas Marriott
Mukherjee.
2022-05-02Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issueNicholas Marriott
3174.
2022-05-01Merge branch 'obsd-master'Thomas Adam
2022-04-27If a mouse position was above the maximum supported by the normal mouseNicholas Marriott
protocol (223), tmux was allowing it to wrap around. However, since tmux was not correctly handling this on input, other programs also do not handle it correctly, and the alternative SGR mouse mode is now widespread, this seems unnecessary, so remove this feature. Also define some constants to make it clearer what the numbers mean. Mostly from Leonid S Usov in GitHub issue 3165.
2022-04-18Add a way for lines added to copy mode to be passed through the parser toNicholas Marriott
handle escape sequences and use it for run-shell, GitHub issue 3156.
2022-04-15iTerm2 has OSC 7, from Gregory Anders.Nicholas Marriott
2022-04-14Fix clearphist alias, from Jacqueline Jolicoeur via jmc@.nicm
2022-04-06On platforms with no way to get peer UID, use getuid(), also fix some failureNicholas Marriott
checks.
2022-04-06Some style nits.Nicholas Marriott
2022-04-06Emit window-layout-changed on swap-pane, from George Nachman.Nicholas Marriott
2022-04-06Better error reporting when applying custom layouts.Nicholas Marriott
2022-04-06Do not send focus sequences when focus is enabled or disabled by theNicholas Marriott
application if it is turned off. GitHub issue 3142.
2022-04-06Add an ACL list for users connecting to the tmux socket. Users may be forbiddenNicholas Marriott
from attaching, forced to attach read-only, or allowed to attach read-write. A new command, server-access, configures the list. tmux gets the user using getpeereid(3) of the client socket. Users must still configure file system permissions manually.
2022-04-06Fix version.Nicholas Marriott
2022-04-06Merge remote-tracking branch 'origin/3.3-rc'Nicholas Marriott
2022-04-06Merge tag '3.3-rc'Nicholas Marriott
3.3-rc
2022-04-06Add to CHANGES.Nicholas Marriott
2022-04-06Preserve CRLF flag when respawning.nicm
2022-04-06man pages: add missing commas between subordinate and main clausesnaddy
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
2022-04-06Capture up to used size not available size for each line.nicm
2022-04-06Report error if creating socket fails with -D.nicm
2022-04-06Add support for systemd socket activation (where systemd creates the UnixNicholas Marriott
domain socket for tmux rather than tmux creating it). Build with --enable-systemd. From Julien Moutinho in GitHub issue 3119.
2022-04-06Fix exit message if creating socket fails.nicm
2022-04-06Add unit (milliseconds) to escape-time, show unset colours as "none"nicm
rather than "invalid" and don't show the same text twice for user options in customize mode.
2022-04-06Add a capability for OSC 7 and use it similarly to how the title is setnicm
(and controlled by the same set-titles option). GitHub issue 3127.