aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2023-01-23
|\
| * Too many \s in example, GitHub issue 3445.nicm2023-01-23
| |
* | Merge branch 'obsd-master'Thomas Adam2023-01-21
|\|
| * Add a flag to display-menu to select the manu item chosen first, GitHubnicm2023-01-20
| | | | | | | | issue 3442.
* | Merge branch 'obsd-master'Thomas Adam2023-01-08
|\|
| * Quotes are now required in select-layout example.nicm2023-01-08
| |
* | Merge branch 'obsd-master'Thomas Adam2023-01-06
|\|
| * Denote multiple arguments with 'arg ...' not 'args'kn2022-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few programs used the plural in their synopsis which doesn't read as clear as the obvious triple-dot notation. mdoc(7) .Ar defaults to "file ..." if no arguments are given and consistent use of 'arg ...' matches that behaviour. Cleanup a few markups of the same argument so the text keeps reading naturally; omit unhelpful parts like 'if optional arguments are given, they are passed along' for tools like time(1) and timeout(1) that obviously execute commands with whatever arguments where given -- just like doas(1) which doesn't mention arguments in its DESCRIPTION in the first place. For expr(1) the difference between 'expressions' and 'expression ...' is crucial, as arguments must be passed as individual words. Feedback millert jmc schwarze deraadt OK jmc
| * Add send-keys -K to handle keys directly as if typed (so look up in keynicm2022-12-16
| | | | | | | | table). GitHub issue 3361.
* | Merge branch 'obsd-master'Thomas Adam2022-11-11
|\|
| * Parse primary device attributes as well as secondary and add a SIXELnicm2022-11-11
| | | | | | | | flag (not used yet), from Anindya Mukherjee.
| * Document alternative delimiters for substitution, from Jim Wisniewski.nicm2022-11-11
| |
* | Merge branch 'obsd-master'Thomas Adam2022-11-11
|\|
| * - sort options; from josiah frentsosjmc2022-11-10
| | | | | | | | | | | | | | | | ok nicm - add -N to SYNOPSIS - sort usage()
* | Merge branch 'obsd-master'Thomas Adam2022-11-03
|\|
| * Add a -l flag to display-message to disable format expansion, from Aaronnicm2022-11-03
| | | | | | | | Jensen. GitHub issue 3372.
* | Merge branch 'obsd-master'Thomas Adam2022-10-28
|\|
| * Add paste-buffer-deleted notification and fix name of paste-buffer-changed.nicm2022-10-28
| |
* | Merge branch 'obsd-master'Thomas Adam2022-09-28
|\|
| * Add scroll-top and scroll-bottom commands to scroll so cursor is at topnicm2022-09-28
| | | | | | | | or bottom. From Anindya Mukherjee, GitHub issue 3334.
* | Merge branch 'obsd-master'Thomas Adam2022-09-22
|\|
| * Add message-line option to control where message and prompt go, fromnicm2022-09-09
| | | | | | | | Varun Kumar E in GitHub issue 3324.
* | Merge branch 'obsd-master'Thomas Adam2022-08-23
|\|
| * Add scroll-middle copy mode command to make cursor line in the middle,nicm2022-08-23
| | | | | | | | from Varun Kumar E in GitHub issue 3307.
* | Merge branch 'obsd-master'Thomas Adam2022-08-15
|\|
| * Notify when a paste buffer is deleted, GitHub issue 3302 from Georgenicm2022-08-15
| | | | | | | | Nachman.
| * Add a Nobr terminfo capability to tell tmux the terminal does not usenicm2022-08-15
| | | | | | | | | | bright colours for bold (makes a difference to how tmux applies palette differences). From Damien Tardy-Panis in GitHub issue 3301.
* | Merge branch 'obsd-master'Thomas Adam2022-08-02
|\|
| * Add a third state "all" to allow-passthrough to work even in invisiblenicm2022-08-02
| | | | | | | | panes, from Sergei Grechanik in GitHub issue 3274.
* | Merge branch 'obsd-master'Thomas Adam2022-08-02
|\|
| * -u is no longer equivalent to -TUTF-8 so don't say it is.nicm2022-08-02
| |
* | Merge branch 'obsd-master'Thomas Adam2022-07-06
|\|
| * Mention whether time is creation/activity for sort orders.nicm2022-07-06
| |
* | Merge branch 'obsd-master'Thomas Adam2022-07-06
|\|
| * Support hyperlinks with capture-pane -e and add a mouse_hyperlinknicm2022-07-06
| | | | | | | | format, GitHub issue 3247 from Jeff Chiang.
* | Merge branch 'obsd-master'Thomas Adam2022-06-30
|\|
| * Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm2022-06-30
| | | | | | | | | | | | terminals such as iTerm2). Originally written by me then extended and completed by first Will Noble and later Jeff Chiang. GitHub issues 911, 2621, 2890, 3240.
* | Merge branch 'obsd-master'Thomas Adam2022-06-20
|\|
| * Do not display configuration file errors in a pane when in control mode,nicm2022-06-20
| | | | | | | | instead report them with a %config-error notification. GitHub issue 3193.
* | Merge branch 'obsd-master'Thomas Adam2022-06-14
|\|
| * kf* terminfo capabilities are poorly defined and rxvt uses them in anicm2022-06-14
| | | | | | | | | | different way from xterm, so add a feature flag for rxvt to make tmux ignore the capabilities and instead rely on its builtin definitions.
| * Add pane_start_path to match start_command.nicm2022-05-30
| |
| * Fix property name from Sergei Dyshel, and a typo from imcusg at gmailnicm2022-05-30
| | | | | | | | dot com.
| * Add an ACL list for users connecting to the tmux socket. Users may benicm2022-05-30
| | | | | | | | | | | | | | | | 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.
* | Fix property name, from Sergei Dyshel.Nicholas Marriott2022-05-30
| |
* | Add pane_start_path to match start_command.Nicholas Marriott2022-05-20
| |
* | Merge branch 'obsd-master'Thomas Adam2022-05-01
|\|
| * Fix clearphist alias, from Jacqueline Jolicoeur via jmc@.nicm2022-04-14
| |
* | Add an ACL list for users connecting to the tmux socket. Users may be forbiddenNicholas Marriott2022-04-06
| | | | | | | | | | | | | | 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.
* | Merge branch 'obsd-master' into masterThomas Adam2022-03-31
|\|