1271 Commits

Author SHA1 Message Date
6ac84585e6 Merge branch 'obsd-master' 2019-03-25 20:02:38 +00:00
d21f8ecc13 Add StatusDefault binding for the mouse on any otherwise unassigned
parts of the status line, from Avi Halachmi.
2019-03-25 18:59:55 +00:00
5e2150cf18 Merge branch 'obsd-master' 2019-03-25 16:00:36 +00:00
a07ad6b5a3 Merge branch 'obsd-master' 2019-03-25 15:57:47 +00:00
ff4d7d541f Fix columns of cursor_character format in list. 2019-03-25 14:29:36 +00:00
b4a301f8fe Clarify that styles can be space or comma separated, from Stephen Zapatka. 2019-03-22 10:45:17 +00:00
04a1fc9d36 I forgot to document resize-window, window-size and default-size;
reminded by okan@.
2019-03-22 09:33:04 +00:00
320237fdb8 Merge branch 'obsd-master' 2019-03-19 20:02:37 +00:00
161b57869e Add a cursor_character format. 2019-03-19 19:01:50 +00:00
b3eebdec48 Merge branch 'obsd-master' 2019-03-19 14:02:36 +00:00
b24c9e34a9 Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS. 2019-03-19 13:35:42 +00:00
f956c17c09 Merge branch 'obsd-master' 2019-03-18 22:02:36 +00:00
962f255ee8 Merge branch 'obsd-master' 2019-03-18 21:24:49 +00:00
c62404673e Add some bits to the STATUS LINE section about the new option. 2019-03-18 21:01:04 +00:00
979313832c Extend the #[] style syntax and use that together with previous format
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.
2019-03-18 20:53:33 +00:00
4cbf596dc5 Merge branch 'obsd-master' 2019-03-18 15:30:55 +00:00
acb2413852 Merge branch 'obsd-master' 2019-03-18 15:07:51 +00:00
2628af573d Add format variables for the default formats for the various modes
(tree_mode_format and so on) and add a -a flag to display-message to
list variables with values.
2019-03-18 14:10:25 +00:00
bd3332b211 Break description of styles into its own section. 2019-03-17 19:33:12 +00:00
27578815da Add a -v flag to display-message to show verbose messages as the format
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.
2019-03-15 10:04:13 +00:00
2c755e3c55 Merge branch 'obsd-master' 2019-03-14 22:02:39 +00:00
4206bcc10e Add format flags for start and end window. 2019-03-14 21:41:30 +00:00
38064e7593 Add T format modifier like E but also do strftime(3). 2019-03-14 21:31:43 +00:00
f33d2ab29e Merge branch 'obsd-master' 2019-03-14 08:02:37 +00:00
1e9f8a3523 Missing space in capture-pane usage, from Ben Boeckel.
Also man page fixed from jmc.
2019-03-14 06:36:21 +00:00
e6fd429d58 Merge branch 'obsd-master' 2019-03-13 16:02:41 +00:00
95ab1aaaec Add formats to list sessions, windows or panes. 2019-03-13 15:37:28 +00:00
9032ac2a05 Add E: format to expand a format twice (useful to expand the value of an
option).
2019-03-13 14:19:54 +00:00
c42e89a598 Merge branch 'obsd-master' 2019-02-06 08:02:37 +00:00
afd3127d89 Add -b to display-panes like run-shell, GitHub issue 1559. 2019-02-06 07:36:06 +00:00
4efba0bf9f Merge branch 'obsd-master' 2018-11-07 10:02:39 +00:00
7339845c01 There is no reason wait-for has to be restricted to outside tmux. 2018-11-07 07:58:16 +00:00
e771f10dc6 Merge branch 'obsd-master' 2018-10-25 17:02:42 +01:00
fc41bf46ac Add a "terminal" colour which can be used instead of "default" in style
options for the terminal default colour, bypassing any inheritance from
other options. Prompted by a discussion with abieber@.
2018-10-25 15:13:38 +00:00
164590e34c Merge branch 'obsd-master' 2018-10-18 15:02:38 +01:00
9feb35b7c4 Document new refresh-client flags. 2018-10-18 13:03:45 +00:00
f44d02c7f5 Merge branch 'obsd-master' 2018-10-18 11:09:54 +01:00
a51668ca06 Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard
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.
2018-10-18 08:04:14 +00:00
bc0e527f32 Support for extended underline styles on terminals which offer them,
enabled by adding the Smulx capability with terminal-overrides (add
something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.
2018-10-18 07:57:57 +00:00
c88e945bc5 Support OSC 52 ? to read the top buffer inside tmux, also add
refresh-client -l to get the clipboard outside tmux. GitHub issue
1477.
2018-10-11 16:20:14 +01:00
4b9e76aaaa Support for extended underline styles, enabled by adding the Smulx
capability with terminal-overrides (add something like
'vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.
2018-10-08 13:21:37 +01:00
ebaf54251a Add formats for when window is larger than client, and show offset in
status-right by default when larger.
2018-09-26 18:41:18 +01:00
04c6db2d0f Revert "Add a B flag to mark windows bigger than the client."
This reverts commit b4e74f4310.
2018-09-26 16:42:29 +01:00
b4e74f4310 Add a B flag to mark windows bigger than the client. 2018-09-25 09:54:47 +01:00
59df942e09 Fixes to resize-window from Ben Boeckel. 2018-09-05 08:43:58 +01:00
7637518b07 Fix refresh-client flags. 2018-08-29 18:59:43 +01:00
d64daf874f Merge branch 'obsd-master' 2018-08-26 11:02:38 +01:00
1b4402c823 Add q: format prefix to escape sh(1) special characters. Suggested by
someone ages ago and then more recently in GitHub issue 1449.
2018-08-26 09:28:42 +00:00
5b93f0fcd3 Merge branch 'obsd-master' 2018-08-22 23:02:43 +01:00
55db3623bf Add StatusLeft and StatusRight mouse key modifiers for the left and
right parts of the status line.
2018-08-22 20:06:14 +00:00