Commit Graph

618 Commits

Author SHA1 Message Date
c0116b2c5b Merge branch 'obsd-master' 2019-05-28 09:02:26 +01:00
799a154b91 Change display-menu from taking a single string to a set of arguments,
which is much easier to work with. Based on a diff from Avi Halachmi.
2019-05-28 07:18:42 +00:00
793f4d89d6 Merge branch 'obsd-master' 2019-05-27 19:02:25 +01:00
94f6488f0e Go less crazy with horizontal separators on default menus. 2019-05-27 15:29:46 +00:00
103e44d936 Merge branch 'obsd-master' 2019-05-26 21:02:26 +01:00
097973e3d5 Add keys for new menu items. 2019-05-26 18:43:43 +00:00
e90d4a6021 Add formats for word and line under the mouse and use them to add some
items to the pane menu.
2019-05-26 17:34:45 +00:00
2e84d1cf03 Merge branch 'obsd-master' 2019-05-26 15:02:25 +01:00
6431005169 Add a way to append or prepend to a format if the length has been limited. 2019-05-26 12:02:42 +00:00
463bd8abb9 Merge branch 'obsd-master' 2019-05-25 18:41:51 +01:00
a65a6d62d1 Add <, >, <=, >= for formats, GitHub issue 1747. 2019-05-25 16:51:10 +00:00
1eefbd28e8 Merge branch 'obsd-master' 2019-05-13 23:02:26 +01:00
1b0512aa7e Always include Lock in the menu. 2019-05-13 20:07:02 +00:00
aa13bd4016 Merge branch 'obsd-master' 2019-05-10 22:10:38 +01:00
d62fd78655 Fix a typo in previous (, -> :). 2019-05-10 18:09:51 +00:00
6dcca5fda4 Add support for simple menus usable with mouse or keyboard. New command
display-menu shows a menu (bound to the mouse on status line by default)
and a couple of extra formats for the default menus.
2019-05-10 18:04:06 +00:00
f431e20f3d Merge branch 'obsd-master' 2019-05-09 11:02:25 +01:00
299b7289ea Add formats to show if pane is the marked pane and if any marked pane is set. 2019-05-09 08:38:13 +00:00
d4177e954c Merge branch 'obsd-master' 2019-05-03 23:02:28 +01:00
9f75635596 Allow panes to be empty (no command), output can be piped to them with
split-window or display-message -I.
2019-05-03 20:44:24 +00:00
7c4a2253e8 Merge branch 'obsd-master' 2019-04-25 21:02:43 +01:00
32a81e197b Make options_tostring allocate its result instead of using a stack
buffer (needed for something in the future).
2019-04-25 18:18:55 +00:00
ecc5cea09b Merge branch 'obsd-master' 2019-03-29 10:02:36 +00:00
d68a17a1df Free old strings after they have been expanded in format_choose. 2019-03-29 09:33:24 +00:00
2c4f2393ec Merge branch 'obsd-master' 2019-03-28 22:02:37 +00:00
08bc226527 Expand session and window formats for buffer filters. 2019-03-28 21:05:15 +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
962f255ee8 Merge branch 'obsd-master' 2019-03-18 21:24:49 +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
d2d43987d0 With force, kill previous job before starting new. Fixes problem
reported by Scott Mcdermott in GitHub issue 1627.
2019-03-18 09:46:42 +00:00
33595a255f Copy recursion counter into new formats when looping. 2019-03-15 15:02:25 +00:00
f6d34f066c Only print format logging when the flag is set, even if also sending to log_debug. 2019-03-15 10:22:57 +00:00
672c49d512 The pane and window loops need to pass the window and pane tags when
they build their format.
2019-03-15 10:07:24 +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
25e2e22791 Add a limit on how far format_expand can recurse. 2019-03-14 23:34:41 +00:00
10d60faba5 Store the time in the format tree rather than passing it around. 2019-03-14 23:14:27 +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
1416ceb575 Accept 0 time as a shorthand for now to format_expand_time. 2019-03-14 21:27:26 +00:00
786f5e505e Merge branch 'obsd-master' 2019-03-13 20:02:36 +00:00
6dffbc4849 Tweak format_replace logging. 2019-03-13 18:09:12 +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
49f04a997a Apply length limits and substitution even to literal formats. 2019-03-13 14:27:17 +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