summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-06-093.3a.3.3aNicholas Marriott
2022-06-09Remove extra definition of getpeereid. From Eric N Vander Weele in GitHub issueNicholas Marriott
2022-06-09Do not attempt to use client in config file (it will be NULL), GitHubnicm
2022-06-09Do not unintentionally turn off all mouse mode when button is also present.nicm
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
2022-05-30Fix property name from Sergei Dyshel, and a typo from imcusg at gmailnicm
2022-05-30Check if args_strtonum argument is NULL or not a string, from Anindyanicm
2022-05-30Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHubnicm
2022-05-30If a mouse position was above the maximum supported by the normal mousenicm
2022-05-30Add a way for lines added to copy mode to be passed through the parsernicm
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
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
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
2022-05-02Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issueNicholas Marriott
2022-05-01Merge branch 'obsd-master'Thomas Adam
2022-04-27If a mouse position was above the maximum supported by the normal mouseNicholas Marriott
2022-04-18Add a way for lines added to copy mode to be passed through the parser toNicholas Marriott
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
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
2022-04-06Add an ACL list for users connecting to the tmux socket. Users may be forbiddenNicholas Marriott
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
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
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