| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
instead of only the available space. From Magnus Gross in GitHub issue 2578.
|
|
|
|
|
|
| |
followed by [ or not. Add a flag (e) to the q: format modifier to double
up #s and use it for the window_flags format variable so it doesn't end
up escaping any following text. GitHub issue 2485.
|
|
|
|
|
| |
used in styles. Also add a 'w' format modifier for the width. From Chas
J Owens IV in GitHub issue 2389.
|
|
|
|
|
|
| |
lines (ACS or UTF-8), double or heavy (UTF-8), simple (plain ASCII) or
number (the pane numbers). Lines that won't work on a non-UTF-8 terminal
are translated back into ACS when they are output.
|
|
|
|
|
| |
includes adding a brief description of each option. Bound to "C" by
default.
|
|
|
|
|
|
|
| |
everything up in tty_ctx. Provide a way to initialize the tty_ctx from a
callback and use it to let popups draw directly through input_parse in
the same way as panes do, rather than forcing a full redraw on every
change.
|
| |
|
| |
|
|
|
|
| |
when more than one character. Reported by Tyler Culp.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
grid_cell to avoid padding. Fixes increased memory use reported by Suraj
N Kurapati.
|
|
|
|
| |
a colour, GitHub issue 1815.
|
|
|
|
| |
reported by Thomas Sattler.
|
|
|
|
| |
issue 1754.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
matches what we used to do.
|
| |
|
| |
|
|
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.
|