Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' into master | Thomas Adam | 2022-03-24 |
|\ | |||
| * | Add unit (milliseconds) to escape-time, show unset colours as "none" | nicm | 2022-03-24 |
| | | | | | | | | | | rather than "invalid" and don't show the same text twice for user options in customize mode. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2022-03-17 |
|\| | |||
| * | Add an option (scroll-on-clear) to control if tmux scrolls into history | nicm | 2022-03-17 |
| | | | | | | | | on clear, from Robert Lange in GitHub issue 3121. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2022-03-16 |
|\| | |||
| * | Add an option to set the character used for unused areas of the | nicm | 2022-03-16 |
| | | | | | | | | terminal, GitHub issue 3110. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2022-03-08 |
|\| | |||
| * | Add remain-on-exit-format to set text shown when pane is dead. | nicm | 2022-03-08 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2022-02-17 |
|\| | |||
| * | Add a window-resized hook which is fired when the window is actually | nicm | 2022-02-17 |
| | | | | | | | | resized which may be later than the client resize, GitHub issue 2995. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2022-02-15 |
|\| | |||
| * | Add an option (default off) to control the passthrough escape sequence. | nicm | 2022-02-15 |
| | | | | | | | | | | Like set-clipboard and allow-rename it is safer to forbid this by default. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2022-02-01 |
|\| | |||
| * | Add option to show arrows for active pane indicator, GitHub issue 3022 | nicm | 2022-02-01 |
| | | | | | | | | from Marcel Partap. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-12-13 |
|\| | |||
| * | Make pane-border-format a pane option, GitHub issue 2999. | nicm | 2021-12-13 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-11-03 |
|\| | |||
| * | Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. | nicm | 2021-11-03 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-11-01 |
|\| | |||
| * | Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue | nicm | 2021-11-01 |
| | | | | | | | | 2959. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-14 |
|\| | |||
| * | Add popup-border-lines option to set popup line style, from Alexis | nicm | 2021-10-14 |
| | | | | | | | | Hildebrandt, GitHub issue 2930. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-13 |
|\| | |||
| * | Add popup-style and popup-border-style options, from Alexis Hildebrandt | nicm | 2021-10-13 |
| | | | | | | | | in GitHub issue 2927. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-13 |
|\| | |||
| * | Now that styles can contain formats, they need to be expanded when | nicm | 2021-08-12 |
| | | | | | | | | inserted into the status line. | ||
* | | 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-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-07-28 |
|\| | |||
| * | Make window-linked and window-unlinked window options, GitHub issue | nicm | 2021-07-28 |
| | | | | | | | | 2790. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-07-14 |
|\| | |||
| * | Move default value for TERM into tmux.h. | nicm | 2021-07-14 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-06-18 |
|\| | |||
| * | Minor fixes to option descriptions. | nicm | 2021-06-16 |
| | | |||
| * | 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 different command historys for different types of prompts | nicm | 2021-06-10 |
| | | | | | | | | ("command", "search" etc). From Anindya Mukherjee. | ||
| * | Add an "always" value to the extended-keys option to always forward | nicm | 2021-06-10 |
| | | | | | | | | these keys to applications inside tmux. | ||
* | | 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 different command historys for different types of prompts ("command", | Nicholas Marriott | 2021-05-03 |
| | | | | | | | | "search" etc). From Anindya Mukherjee. | ||
* | | Add an "always" value to the extended-keys option to always forward these keys | Nicholas Marriott | 2021-04-21 |
| | | | | | | | | to applications inside tmux. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-03-11 |
|\| | |||
| * | Add an "absolute-centre" alignment to use the centre of the total space | nicm | 2021-03-11 |
| | | | | | | | | instead of only the available space. From Magnus Gross in GitHub issue 2578. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-02-01 |
|\| | |||
| * | Add a no-detached choice to detach-on-destroy which detaches only if | nicm | 2021-02-01 |
| | | | | | | | | | | there are no other detached sessions to switch to, from Sencer Selcuk in GitHub issue 2553. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-01-20 |
|\| | |||
| * | Change so that window_flags escapes # automatically which means configs | nicm | 2021-01-20 |
| | | | | | | | | | | will not have to change. A new format window_raw_flags contains the old unescaped version. |