aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* Add next_session_id format with the next session ID, GitHub issue 3078.nicm2022-02-22
* Add an option (default off) to control the passthrough escape sequence.nicm2022-02-15
* Add a key in copy mode to toggle position indicator.nicm2022-02-03
* Add option to show arrows for active pane indicator, GitHub issue 3022nicm2022-02-01
* Mention that if-shell and #() use /bin/sh.nicm2022-02-01
* Missed unlinked control notifications, GitHub issue 2996.nicm2021-12-10
* Mention XParseColor(3) for the cursor colour escape sequence.nicm2021-12-10
* If trimming menu item text, show key if it would take up less than anicm2021-11-11
* Fix mandoc HTML rendering for command aliaseskn2021-11-04
* Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm2021-11-03
* Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm2021-11-01
* Add a way to force a colour to RGB and a format to display it.nicm2021-10-25
* Missing Pp, from Alexis Hildebrandt.nicm2021-10-25
* Add -s and -S to display-popup to set popup and border style, fromnicm2021-10-25
* Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.nicm2021-10-20
* Remove duplicate options, spotted by Ricky Cintron.nicm2021-10-18
* Add popup-border-lines option to set popup line style, from Alexisnicm2021-10-14
* Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm2021-10-13
* Add -e flag to set environment for popup, from Alexis Hildebrandt innicm2021-10-11
* remove extra .El;jmc2021-10-08
* Add tags for command aliaseskn2021-10-08
* Add a missing El, from Alexis Hildebrandt in GitHub issue 2918.nicm2021-10-07
* Make send-keys without any arguments send the key it is bound to (ifnicm2021-10-05
* Allow control mode clients to set a hard limit on the window width andnicm2021-08-27
* Add a menu when a popup is present (mouse only for now).nicm2021-08-13
* Add -B flag to remove border from popup.nicm2021-08-13
* Set return code for confirm-before and make command-prompt also block,nicm2021-08-13
* Move hook format setup earlier and add a hook_client, GitHub issue 2809.nicm2021-08-12
* Break the colour palette into a struct rather than just a single arraynicm2021-08-11
* Make confirm-before optionally block the invoking client like run-shell,nicm2021-08-11
* Change copy-line and copy-end-of-line not to cancel and add -and-cancelnicm2021-08-09
* Add client focus hooks.nicm2021-08-06
* Add a client-active hook, from ncfavier in GitHub issue 2803.nicm2021-08-04
* Mention %1 under choose-tree also.nicm2021-06-18
* fix some formatting errors;jmc2021-06-10
* Feature for the mouse since FreeBSD termcap does not have kmous.nicm2021-06-10
* More accurate vi(1) word navigation in copy mode and on the status line.nicm2021-06-10
* Add -F for command-prompt and use it to fix "Rename" on the window menu,nicm2021-06-10
* Add different command historys for different types of promptsnicm2021-06-10
* Change resize timers and flags into one timer and a queue which isnicm2021-06-10
* Three changes to fix problems with xterm in VT340 mode, reported bynicm2021-06-10
* Add an "always" value to the extended-keys option to always forwardnicm2021-06-10
* %begin now has three arguments, not two. GitHubs issue 2646.nicm2021-04-15
* Add a flag to disable keys to close a message, GitHub issue 2625.nicm2021-04-12
* Permit shortcut keys in buffer, client, tree modes to be configured withnicm2021-04-12
* Add a current_file format for the config file being parsed. Originallynicm2021-04-07
* Missing commas, from Vipul Kumar.nicm2021-04-01
* Add client-detached notification in control mode, from Mohsin Kaleem.nicm2021-03-16
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-11
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-11