Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | select-word was missing from the command list, from pawel-slowik. | nicm | 2019-04-08 | |
| | | ||||
* | | Document that switch-client can change all of session,window,pane and check for | Nicholas Marriott | 2019-04-08 | |
| | | | | | | | | % in the target as well as ":.". | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-02 | |
|\| | ||||
| * | Add an argument to copy commands to set the prefix for the buffer name, | nicm | 2019-04-02 | |
| | | | | | | | | allows buffers for different sessions to be named separately. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-25 | |
|\| | ||||
| * | Add StatusDefault binding for the mouse on any otherwise unassigned | nicm | 2019-03-25 | |
| | | | | | | | | parts of the status line, from Avi Halachmi. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-25 | |
|\| | ||||
| * | Fix columns of cursor_character format in list. | nicm | 2019-03-25 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-25 | |
|\| | ||||
| * | Clarify that styles can be space or comma separated, from Stephen Zapatka. | nicm | 2019-03-22 | |
| | | ||||
| * | I forgot to document resize-window, window-size and default-size; | nicm | 2019-03-22 | |
| | | | | | | | | reminded by okan@. | |||
* | | 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-19 | |
|\| | ||||
| * | Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS. | nicm | 2019-03-19 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 | |
|\| | ||||
| * | Add some bits to the STATUS LINE section about the new option. | nicm | 2019-03-18 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 | |
|\| | ||||
| * | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to allow the status line to be entirely configured with a single option. Now that it is possible to configure their content, enable the existing code that lets the status line be multiple lines in height. The status option can now take a value of 2, 3, 4 or 5 (as well as the previous on or off) to configure more than one line. The new status-format array option configures the format of each line, the default just references the existing status-* options, although some of the more obscure status options may be eliminated in time. Additions to the #[] syntax are: "align" to specify alignment (left, centre, right), "list" for the window list and "range" to configure ranges of text for the mouse bindings. The "align" keyword can also be used to specify alignment of entries in tree mode and the pane status lines. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 | |
|\| | ||||
| * | Add format variables for the default formats for the various modes | nicm | 2019-03-18 | |
| | | | | | | | | | | (tree_mode_format and so on) and add a -a flag to display-message to list variables with values. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 | |
|\| | ||||
| * | Break description of styles into its own section. | nicm | 2019-03-17 | |
| | | ||||
| * | Add a -v flag to display-message to show verbose messages as the format | nicm | 2019-03-15 | |
| | | | | | | | | | | | | is parsed, this gives the user a way to debug problems with formats rather than just being confronted with (for example) a blank status line. | |||
| * | Add format flags for start and end window. | nicm | 2019-03-14 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-14 | |
|\| | ||||
| * | Add T format modifier like E but also do strftime(3). | nicm | 2019-03-14 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-14 | |
|\| | ||||
| * | Missing space in capture-pane usage, from Ben Boeckel. | nicm | 2019-03-14 | |
| | | | | | | | | Also man page fixed from jmc. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-13 | |
|\| | ||||
| * | Add formats to list sessions, windows or panes. | nicm | 2019-03-13 | |
| | | ||||
| * | Add E: format to expand a format twice (useful to expand the value of an | nicm | 2019-03-13 | |
| | | | | | | | | option). | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-02-06 | |
|\| | ||||
| * | Add -b to display-panes like run-shell, GitHub issue 1559. | nicm | 2019-02-06 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-11-07 | |
|\| | ||||
| * | There is no reason wait-for has to be restricted to outside tmux. | nicm | 2018-11-07 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-10-25 | |
|\| | ||||
| * | Add a "terminal" colour which can be used instead of "default" in style | nicm | 2018-10-25 | |
| | | | | | | | | | | options for the terminal default colour, bypassing any inheritance from other options. Prompted by a discussion with abieber@. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-10-18 | |
|\| | ||||
| * | Document new refresh-client flags. | nicm | 2018-10-18 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-10-18 | |
|\| | ||||
| * | Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard | nicm | 2018-10-18 | |
| | | | | | | | | | | | | is changed to on), also add refresh-client -l to ask tmux to use the same mechanism to get the clipboard from the terminal outside tmux. GitHub issue 1477. | |||
| * | Support for extended underline styles on terminals which offer them, | nicm | 2018-10-18 | |
| | | | | | | | | | | enabled by adding the Smulx capability with terminal-overrides (add something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492. | |||
* | | Support OSC 52 ? to read the top buffer inside tmux, also add | Nicholas Marriott | 2018-10-11 | |
| | | | | | | | | | | refresh-client -l to get the clipboard outside tmux. GitHub issue 1477. | |||
* | | Support for extended underline styles, enabled by adding the Smulx | Nicholas Marriott | 2018-10-08 | |
| | | | | | | | | | | capability with terminal-overrides (add something like 'vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492. | |||
* | | Add formats for when window is larger than client, and show offset in | Nicholas Marriott | 2018-09-26 | |
| | | | | | | | | status-right by default when larger. | |||
* | | Revert "Add a B flag to mark windows bigger than the client." | Nicholas Marriott | 2018-09-26 | |
| | | | | | | | | This reverts commit b4e74f4310d90affd4e1a4a7328082ac4beb5461. | |||
* | | Add a B flag to mark windows bigger than the client. | Nicholas Marriott | 2018-09-25 | |
| | | ||||
* | | Fixes to resize-window from Ben Boeckel. | Nicholas Marriott | 2018-09-05 | |
| | | ||||
* | | Fix refresh-client flags. | Nicholas Marriott | 2018-08-29 | |
| | |