diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-23 15:11:13 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-23 15:12:24 +0100 |
commit | 238d2aa870fd851259d64d816832a0117dddf09b (patch) | |
tree | 339ddf2d4d5fa336f40b43785cd590860cac09fd | |
parent | c49f2a036526166a400c16d9da3ea99303f10a31 (diff) | |
download | rtmux-238d2aa870fd851259d64d816832a0117dddf09b.tar.gz rtmux-238d2aa870fd851259d64d816832a0117dddf09b.tar.bz2 rtmux-238d2aa870fd851259d64d816832a0117dddf09b.zip |
CHANGES: mention yacc
-rw-r--r-- | CHANGES | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ CHANGES FROM 2.9 to X.X +* INCOMPATIBLE: tmux's configuration parsing has changed to use yacc(1) + instead. Most configuration files shouldn't need changing, however, the + following will need quoting: + + #{} + + That is, formats, since it would otherwise be consisdered a comment. + + 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). + + DOWNSTREAM PACKAGERS: please make your tmux builds depend on yacc/bison or + similar. + * Add support for the overline attribute (SGR 53). The Smol capability is needed in terminal-overrides. |