Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-08 |
|\ | |||
| * | remove extra .El; | jmc | 2021-10-08 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-08 |
|\| | |||
| * | Add tags for command aliases | kn | 2021-10-08 |
| | | | | | | | | | | | | | | Make ":tnew" work, i.e. bring the reader to the definition of the full "new-window" command aliased as "new" just like ":tnew-window" would. OK nicm | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-07 |
|\| | |||
| * | Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. | nicm | 2021-10-07 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-05 |
|\| | |||
| * | Make send-keys without any arguments send the key it is bound to (if | nicm | 2021-10-05 |
| | | | | | | | | any). GitHub issue 2904. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-27 |
|\| | |||
| * | Allow control mode clients to set a hard limit on the window width and | nicm | 2021-08-27 |
| | | | | | | | | height, GitHub issue 2594. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-14 |
|\| | |||
| * | Add a menu when a popup is present (mouse only for now). | nicm | 2021-08-13 |
| | | |||
| * | Add -B flag to remove border from popup. | nicm | 2021-08-13 |
| | | |||
| * | Set return code for confirm-before and make command-prompt also block, | nicm | 2021-08-13 |
| | | | | | | | | GitHub issue 2822. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-12 |
|\| | |||
| * | Move hook format setup earlier and add a hook_client, GitHub issue 2809. | nicm | 2021-08-12 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-12 |
|\| | |||
| * | Break the colour palette into a struct rather than just a single array | nicm | 2021-08-11 |
| | | | | | | | | | | | | and use that to support the OSC palette-setting sequences in popups. Also add a pane-colours array option to specify the defaults. GitHub issue 2815. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-11 |
|\| | |||
| * | Make confirm-before optionally block the invoking client like run-shell, | nicm | 2021-08-11 |
| | | | | | | | | GitHub issue 2819. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-09 |
|\| | |||
| * | Change copy-line and copy-end-of-line not to cancel and add -and-cancel | nicm | 2021-08-09 |
| | | | | | | | | variants, like the other copy commands. GitHub issue 2799. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-06 |
|\| | |||
| * | Add client focus hooks. | nicm | 2021-08-06 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-04 |
|\| | |||
| * | Add a client-active hook, from ncfavier in GitHub issue 2803. | nicm | 2021-08-04 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-06-18 |
|\| | |||
| * | Mention %1 under choose-tree also. | nicm | 2021-06-18 |
| | | |||
| * | fix some formatting errors; | jmc | 2021-06-10 |
| | | |||
| * | Feature for the mouse since FreeBSD termcap does not have kmous. | nicm | 2021-06-10 |
| | | |||
| * | More accurate vi(1) word navigation in copy mode and on the status line. | nicm | 2021-06-10 |
| | | | | | | | | | | | | This changes the meaning of the word-separators option - setting it to the empty string is equivalent to the previous behavior. From Will Noble in GitHub issue 2693. | ||
| * | Add -F for command-prompt and use it to fix "Rename" on the window menu, | nicm | 2021-06-10 |
| | | | | | | | | GitHub issue 2699. | ||
| * | Add different command historys for different types of prompts | nicm | 2021-06-10 |
| | | | | | | | | ("command", "search" etc). From Anindya Mukherjee. | ||
| * | Change resize timers and flags into one timer and a queue which is | nicm | 2021-06-10 |
| | | | | | | | | | | simpler and fixes problems with vim when resized multiple times. GitHub issue 2677. | ||
| * | Three changes to fix problems with xterm in VT340 mode, reported by | nicm | 2021-06-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Thomas Sattler. 1) Do not include the DECSLRM or DECFRA features for xterm; they will be added instead if secondary DA responds as VT420 (this happens already). 2) Set or reset the individual flags after terminal-overrides is applied, so the user can properly disable them. 3) Add a capability for DECFRA ("Rect"). | ||
| * | Add an "always" value to the extended-keys option to always forward | nicm | 2021-06-10 |
| | | | | | | | | these keys to applications inside tmux. | ||
* | | Feature for the mouse since FreeBSD termcap does not have kmous. | Nicholas Marriott | 2021-06-08 |
| | | |||
* | | More accurate vi(1) word navigation in copy mode and on the status line. This | Nicholas Marriott | 2021-05-13 |
| | | | | | | | | | | | | changes the meaning of the word-separators option - setting it to the empty string is equivalent to the previous behavior. From Will Noble in GitHub issue 2693. | ||
* | | Add -F for command-prompt and use it to fix "Rename" on the window menu, GitHub | Nicholas Marriott | 2021-05-10 |
| | | | | | | | | issue 2699. | ||
* | | Add different command historys for different types of prompts ("command", | Nicholas Marriott | 2021-05-03 |
| | | | | | | | | "search" etc). From Anindya Mukherjee. | ||
* | | Mention S- for Shift, GitHub issue 2683. | Nicholas Marriott | 2021-04-27 |
| | | |||
* | | Three changes to fix problems with xterm in VT340 mode, reported by Thomas | Nicholas Marriott | 2021-04-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | Sattler. 1) Do not include the DECSLRM or DECFRA features for xterm; they will be added instead if secondary DA responds as VT420 (this happens already). 2) Set or reset the individual flags after terminal-overrides is applied, so the user can properly disable them. 3) Add a capability for DECFRA ("Rect"). | ||
* | | Add an "always" value to the extended-keys option to always forward these keys | Nicholas Marriott | 2021-04-21 |
| | | | | | | | | to applications inside tmux. | ||
* | | Minor CHANGES and tmux.1 fixed, from Daniel Hahler, GitHub issue 2664. | Nicholas Marriott | 2021-04-20 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-04-15 |
|\| | |||
| * | %begin now has three arguments, not two. GitHubs issue 2646. | nicm | 2021-04-15 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-04-12 |
|\| | |||
| * | Add a flag to disable keys to close a message, GitHub issue 2625. | nicm | 2021-04-12 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-04-12 |
|\| | |||
| * | Permit shortcut keys in buffer, client, tree modes to be configured with | nicm | 2021-04-12 |
| | | | | | | | | a format; the default remains the line number. GitHub issue 2636. |