summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2022-07-06Mention whether time is creation/activity for sort orders.nicm
2022-07-06Support hyperlinks with capture-pane -e and add a mouse_hyperlinknicm
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-06-20Do not display configuration file errors in a pane when in control mode,nicm
2022-06-14kf* terminfo capabilities are poorly defined and rxvt uses them in anicm
2022-05-30Add pane_start_path to match start_command.nicm
2022-05-30Fix property name from Sergei Dyshel, and a typo from imcusg at gmailnicm
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may benicm
2022-04-14Fix clearphist alias, from Jacqueline Jolicoeur via jmc@.nicm
2022-03-31man pages: add missing commas between subordinate and main clausesnaddy
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setnicm
2022-03-17Add an option (scroll-on-clear) to control if tmux scrolls into historynicm
2022-03-16Add an option to set the character used for unused areas of thenicm
2022-03-08Add remain-on-exit-format to set text shown when pane is dead.nicm
2022-03-08Add argument to refresh-client -l to forward clipboard to a pane. GitHubnicm
2022-02-22Add next_session_id format with the next session ID, GitHub issue 3078.nicm
2022-02-15Add an option (default off) to control the passthrough escape sequence.nicm
2022-02-03Add a key in copy mode to toggle position indicator.nicm
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022nicm
2022-02-01Mention that if-shell and #() use /bin/sh.nicm
2021-12-10Missed unlinked control notifications, GitHub issue 2996.nicm
2021-12-10Mention XParseColor(3) for the cursor colour escape sequence.nicm
2021-11-11If trimming menu item text, show key if it would take up less than anicm
2021-11-04Fix mandoc HTML rendering for command aliaseskn
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm
2021-10-25Add a way to force a colour to RGB and a format to display it.nicm
2021-10-25Missing Pp, from Alexis Hildebrandt.nicm
2021-10-25Add -s and -S to display-popup to set popup and border style, fromnicm
2021-10-20Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.nicm
2021-10-18Remove duplicate options, spotted by Ricky Cintron.nicm
2021-10-14Add popup-border-lines option to set popup line style, from Alexisnicm
2021-10-13Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm
2021-10-11Add -e flag to set environment for popup, from Alexis Hildebrandt innicm
2021-10-08remove extra .El;jmc
2021-10-08Add tags for command aliaseskn
2021-10-07Add a missing El, from Alexis Hildebrandt in GitHub issue 2918.nicm
2021-10-05Make send-keys without any arguments send the key it is bound to (ifnicm
2021-08-27Allow control mode clients to set a hard limit on the window width andnicm
2021-08-13Add a menu when a popup is present (mouse only for now).nicm
2021-08-13Add -B flag to remove border from popup.nicm
2021-08-13Set return code for confirm-before and make command-prompt also block,nicm
2021-08-12Move hook format setup earlier and add a hook_client, GitHub issue 2809.nicm
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-08-11Make confirm-before optionally block the invoking client like run-shell,nicm
2021-08-09Change copy-line and copy-end-of-line not to cancel and add -and-cancelnicm
2021-08-06Add client focus hooks.nicm
2021-08-04Add a client-active hook, from ncfavier in GitHub issue 2803.nicm
2021-06-18Mention %1 under choose-tree also.nicm
2021-06-10fix some formatting errors;jmc