summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
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-06Better error reporting when applying custom layouts.Nicholas Marriott
2022-04-06Add an ACL list for users connecting to the tmux socket. Users may be forbiddenNicholas Marriott
2022-03-28Add support for systemd socket activation (where systemd creates the UnixNicholas Marriott
2022-03-24Merge branch 'obsd-master' into masterThomas Adam
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setnicm
2022-03-16Merge branch 'obsd-master' into masterThomas Adam
2022-03-16Add an option to set the character used for unused areas of thenicm
2022-03-08Merge branch 'obsd-master' into masterThomas Adam
2022-03-08Add remain-on-exit-format to set text shown when pane is dead.nicm
2022-03-08Merge branch 'obsd-master' into masterThomas Adam
2022-03-08Add argument to refresh-client -l to forward clipboard to a pane. GitHubnicm
2022-02-22Merge branch 'obsd-master' into masterThomas Adam
2022-02-22Add next_session_id format with the next session ID, GitHub issue 3078.nicm
2022-02-16Merge branch 'obsd-master' into masterThomas Adam
2022-02-16Support more mouse buttons when the terminal sends them, GitHub issuenicm
2022-02-15Merge branch 'obsd-master' into masterThomas Adam
2022-02-15Do not create a buffer from an OSC 52 response if we have not sent anicm
2022-02-01Merge branch 'obsd-master' into masterThomas Adam
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022nicm
2021-12-21Merge branch 'obsd-master' into masterThomas Adam
2021-12-21ARM's Morello CHERI architecture does not support pointers in packednicm
2021-12-10Merge branch 'obsd-master' into masterThomas Adam
2021-12-10Add a NOBLOCK flag rather than adding amount to wait for whennicm
2021-12-07Merge branch 'obsd-master' into masterThomas Adam
2021-11-15Leave the hardware cursor at the position of the selected line in choosenicm
2021-11-03Merge branch 'obsd-master' into masterThomas Adam
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm
2021-11-01Merge branch 'obsd-master' into masterThomas Adam
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm
2021-10-28Merge branch 'obsd-master' into masterThomas Adam
2021-10-28Allow detach even if suspend flag set, GitHub issue 2932.nicm
2021-10-26Merge branch 'obsd-master' into masterThomas Adam
2021-10-26Do not allow inline styles to replace mode-style for the selected item,nicm
2021-10-26Merge branch 'obsd-master' into masterThomas Adam
2021-10-25Add a way to force a colour to RGB and a format to display it.nicm
2021-10-25Merge branch 'obsd-master' into masterThomas Adam
2021-10-25Add -s and -S to display-popup to set popup and border style, fromnicm
2021-10-20Merge branch 'obsd-master' into masterThomas Adam
2021-10-20Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.nicm
2021-10-14Merge branch 'obsd-master' into masterThomas Adam
2021-10-14Add popup-border-lines option to set popup line style, from Alexisnicm
2021-10-13Merge branch 'obsd-master' into masterThomas Adam
2021-10-13Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm
2021-10-11Merge branch 'obsd-master' into masterThomas Adam
2021-10-11Make positions hidden by overlays range-based rather than character-based,nicm
2021-10-11Merge branch 'obsd-master' into masterThomas Adam
2021-10-11Add -e flag to set environment for popup, from Alexis Hildebrandt innicm
2021-10-05Merge branch 'obsd-master' into masterThomas Adam