Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Add some number operators for formats, from Tyler Culp. | nicm | 2020-03-11 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-20 | |
|\| | ||||
| * | Add selection_active format for when the selection is present but not | nicm | 2020-02-20 | |
| | | | | | | | | moving with the cursor, from Mark Kelly. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-15 | |
|\| | ||||
| * | Add -a to list-keys to also list keys without notes with -N, suggested | nicm | 2020-02-15 | |
| | | | | | | | | by Shehu Dikko. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-11 | |
|\| | ||||
| * | Remove unused variables from Ben Boeckel, and a Pp from jmc. | nicm | 2020-02-11 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-02-05 | |
|\| | ||||
| * | Make list-keys description clearer in tmux.1 and remove an unused variable. | nicm | 2020-02-05 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-29 | |
|\| | ||||
| * | Remove extra Pp (from jmc) and add a missing word. | nicm | 2020-01-29 | |
| | | ||||
| * | Reduce a difference with portable tmux by adding the -V flag and | nicm | 2020-01-28 | |
| | | | | | | | | #{version} format; on OpenBSD these just report the OpenBSD version. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-27 | |
|\| | ||||
| * | Expand description of start-server. | nicm | 2020-01-27 | |
| | | ||||
| * | Add support for adding a note to a key binding (with bind-key -N) and | nicm | 2020-01-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | use this to add descriptions to the default key bindings. A new -N flag to list-keys shows key bindings with notes rather than the default bind-key command used to create them. Change the default ? binding to use this to show a readable summary of keys. Also extend command-prompt to return the name of the key pressed and add a default binding (/) to show the note for the next key pressed Suggested by Alex Tremblay in GitHub issue 2000. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-25 | |
|\| | ||||
| * | Mention swap-window -d, GitHub issue 2068. | nicm | 2020-01-25 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-12 | |
|\| | ||||
| * | The terminal type was never as much use as I expected so remove it in | nicm | 2020-01-12 | |
| | | | | | | | | | | favour of a couple of flags for the features used (DECSLRM and DECFRA). Also rename the flag for no xenl to be more obvious while here. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-02 | |
|\| | ||||
| * | Document client exit messages. | nicm | 2020-01-01 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-26 | |
|\| | ||||
| * | Add a number of new formats to inspect what sessions and clients a | nicm | 2019-12-26 | |
| | | | | | | | | window is present or active in. From Tyler Culp in GitHub issue 2034. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-24 | |
|\| | ||||
| * | Fix name of option, GitHub issue 2030. | nicm | 2019-12-24 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-28 | |
|\| | ||||
| * | 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 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-18 | |
|\| | ||||
| * | Add -f for full size to join-pane (like split-window), from Theo Buehler. | nicm | 2019-11-18 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 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-11-14 | |
|\| | ||||
| * | Add an option to set the key sent by backspace for those whose system | nicm | 2019-11-14 | |
| | | | | | | | | uses ^H rather than ^?. GitHub issue 1969. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-07 | |
|\| | ||||
| * | Add -F flag to send-keys to expand formats in search-backward and | nicm | 2019-11-07 | |
| | | | | | | | | | | forward copy mode commands, this makes it easier to use the cursor_word and cursor_line formats. From Anindya Mukherjee in GitHub issue 1964. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-10-23 | |
|\| | ||||
| * | Document Any key, from Jason Felice. | nicm | 2019-10-23 | |
| | | ||||
* | | 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-19 | |
|\| | ||||
| * | Add formats for cursor and selection position in copy mode, from Jason Felice. | nicm | 2019-10-19 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-10-15 | |
|\| | ||||
| * | Add support for percentage sizes for resize-pane ("-x 10%"). Also change | nicm | 2019-10-15 | |
| | | | | | | | | | | split-window and join-pane -l to accept similar percentages and deprecate -p. From Anindya Mukherjee. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-19 | |
|\| | ||||
| * | Add a "latest" window-size option which tries to size windows based on | nicm | 2019-09-19 | |
| | | | | | | | | | | the most recently used client. From Tommie Gannert in GitHub issue 1869 based on earlier changes from me. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-16 | |
|\| | ||||
| * | Add push-default and pop-default in styles to change the default colours | nicm | 2019-09-15 | |
| | | | | | | | | | | | | and attributes and use them to restore the previous behaviour of window-status-style being the default for window-status-format in the status line. From John Drouhard in GitHub issue 1912. |