| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
creating a new state for each group of commands, require the caller to
create one and use it for all the commands in the list. This means the
current target works even with list with multiple groups (which can
happen if they are defined with newlines).
|
| |
|
|
|
|
| |
(going to be) used for.
|
| |
|
|
|
|
| |
use more clearly defined and preparation for some future work).
|
|
|
|
|
| |
above the normal layout. These work similarly to menus and are created
with the display-popup command.
|
| |
|
| |
|
|
|
|
| |
press if opened by key.
|
| |
|
| |
|
|
|
|
|
| |
name, rather than just including #[dim] which still allowed them to be
chosen.
|
|
|
|
| |
which is much easier to work with. Based on a diff from Avi Halachmi.
|
| |
|
|
|
|
| |
items to the pane menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
parser using yacc(1). This is a major change but is clearer and simpler
and allows some edge cases to be made more consistent, as well as
tidying up how aliases are handled. It will also allow some further
improvements later.
Entirely the same parser is now used for parsing the configuration file
and for string commands. This means that constructs previously only
available in .tmux.conf, such as %if, can now be used in string commands
(for example, those given to if-shell - not commands invoked from the
shell, they are still parsed by the shell itself).
The only syntax change I am aware of is that #{} outside quotes or a
comment is now considered a format and not a comment, so #{ is now a
syntax error (notably, if it is at the start of a line).
This also adds two new sections to the man page documenting the syntax
and outlining how parsing and command execution works.
Thanks to everyone who sent me test configs (they still all parse
without errors - but this doesn't mean they still work as intended!).
Thanks to Avi Halachmi for testing and man page improvements, also to
jmc@ for reviewing the man page changes.
|
| |
|
| |
|
|
|
|
| |
work but I don't need it.
|
|
display-menu shows a menu (bound to the mouse on status line by default)
and a couple of extra formats for the default menus.
|