| Commit message (Expand) | Author | Age |
| * | Merge branch 'obsd-master' | Thomas Adam | 2019-07-09 |
| |\ |
|
| | * | Add a -H flag to send-keys to send literal keys given as hex numbers | nicm | 2019-07-09 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-24 |
| |\| |
|
| | * | Expand arguments to C and s format modifiers (matches m which already expands). | nicm | 2019-06-24 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-20 |
| |\| |
|
| | * | Add a per-pane option set. Pane options inherit from window options (so | nicm | 2019-06-20 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-20 |
| |\| |
|
| | * | Expand command formats in %if and move the config file loading later (to | nicm | 2019-06-20 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-15 |
| |\| |
|
| | * | Use the right format modifier when comparing, and remove a couple of | nicm | 2019-06-15 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-14 |
| |\| |
|
| | * | Do not crash if the environment variable is present but empty. | nicm | 2019-06-13 |
| | * | Add regular expression support for the format search, match and | nicm | 2019-06-13 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-01 |
| |\| |
|
| | * | Fix warnings, from Ben Boeckel. | nicm | 2019-05-31 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-28 |
| |\| |
|
| | * | Change display-menu from taking a single string to a set of arguments, | nicm | 2019-05-28 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-27 |
| |\| |
|
| | * | Go less crazy with horizontal separators on default menus. | nicm | 2019-05-27 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-26 |
| |\| |
|
| | * | Add keys for new menu items. | nicm | 2019-05-26 |
| | * | Add formats for word and line under the mouse and use them to add some | nicm | 2019-05-26 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-26 |
| |\| |
|
| | * | Add a way to append or prepend to a format if the length has been limited. | nicm | 2019-05-26 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-25 |
| |\| |
|
| | * | Add <, >, <=, >= for formats, GitHub issue 1747. | nicm | 2019-05-25 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-13 |
| |\| |
|
| | * | Always include Lock in the menu. | nicm | 2019-05-13 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-10 |
| |\| |
|
| | * | Fix a typo in previous (, -> :). | nicm | 2019-05-10 |
| | * | Add support for simple menus usable with mouse or keyboard. New command | nicm | 2019-05-10 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-09 |
| |\| |
|
| | * | Add formats to show if pane is the marked pane and if any marked pane is set. | nicm | 2019-05-09 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-03 |
| |\| |
|
| | * | Allow panes to be empty (no command), output can be piped to them with | nicm | 2019-05-03 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-25 |
| |\| |
|
| | * | Make options_tostring allocate its result instead of using a stack | nicm | 2019-04-25 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-29 |
| |\| |
|
| | * | Free old strings after they have been expanded in format_choose. | nicm | 2019-03-29 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-28 |
| |\| |
|
| | * | Expand session and window formats for buffer filters. | nicm | 2019-03-28 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-19 |
| |\| |
|
| | * | Add a cursor_character format. | nicm | 2019-03-19 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 |
| |\| |
|
| | * | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 |
| |\| |
|
| | * | Add format variables for the default formats for the various modes | nicm | 2019-03-18 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 |
| |\| |
|
| | * | With force, kill previous job before starting new. Fixes problem | nicm | 2019-03-18 |
| | * | Copy recursion counter into new formats when looping. | nicm | 2019-03-15 |