Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Make a best effort to set xpixel and ypixel for each pane and add | nicm | 2019-11-28 | |
| | | | | | | | | formats for them. | |||
| * | Store xpixel/ypixel from TIOCGWINSZ and add formats. | nicm | 2019-11-28 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-25 | |
|\| | ||||
| * | Add p format modifier for padding to width. | nicm | 2019-11-25 | |
| | | ||||
| * | Allow multiple substitutions in a single format. | nicm | 2019-11-25 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-15 | |
|\| | ||||
| * | Do not add path if it is NULL, duh. | nicm | 2019-11-15 | |
| | | ||||
| * | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). | nicm | 2019-11-15 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-10-23 | |
|\| | ||||
| * | Use the existing code in format.c to add foramts for word and line at | nicm | 2019-10-23 | |
| | | | | | | | | cursor position in copy mode, from Anindya Mukherjee. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-10-14 | |
|\| | ||||
| * | Do not crash with pane_current_command if the pane is newly created and | nicm | 2019-10-14 | |
| | | | | | | | | has no shell set, from Thomas Adam. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-24 | |
|\| | ||||
| * | Mouse formats don't work in copy mode so don't try to use them. | nicm | 2019-09-24 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-13 | |
|\| | ||||
| * | Add window_marked_flag, GitHub issue 1887. | nicm | 2019-09-11 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-11 | |
|\| | ||||
| * | Set up format tree for %if, GitHub issue 1896. | nicm | 2019-09-10 | |
| | | ||||
* | | 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 | |
| | | | | | | | | | | | | (needed for control clients to send mouse sequences). Also add some format flags for UTF-8 and SGR mouse mode. Requested by Bradley Smith in GitHub issues 1832 and 1833. | |||
* | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | there should be no change to existing behaviour) and are set and shown with set-option -p and show-options -p. Change remain-on-exit and window-style/window-active-style to be pane options (some others will be changed later). This makes select-pane -P and -g unnecessary so no longer document them (they still work) and no longer document set-window-option and show-window-options in favour of set-option -w and show-options -w. | |||
* | | 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 | |
| | | | | | | | | | | when the first client has identified) so all the client formats are available, fixes problems reported by Thomas Sattler. | |||
* | | 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 | |
| | | | | | | | | unused variables. | |||
* | | 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 | |
| | | | | | | | | substitute modifiers. | |||
* | | 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 | |
| | | | | | | | | which is much easier to work with. Based on a diff from Avi Halachmi. | |||
* | | 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 | |
| | | | | | | | | items to the pane menu. | |||
* | | 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 | |
| | | | | | | | | | | display-menu shows a menu (bound to the mouse on status line by default) and a couple of extra formats for the default menus. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-09 | |
|\| |