Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 68d59a16cec91d2c2747c8c2862560e89f8f2d31
https://github.com/tmux/tmux/commit/68d59a16cec91d2c2747c8c2862560e89f8f2d31
Author: nicm <nicm>
Date: 2019-10-14 (Mon, 14 Oct 2019)
Changed paths:
M cmd-parse.y
M options.c
M tmux.c
Log Message:
-----------
Memory leaks, from Igor Wong in GitHub issue 1934.
Commit: bbe8ebf9c26e45fd8c402627b84b3646db445d45
https://github.com/tmux/tmux/commit/bbe8ebf9c26e45fd8c402627b84b3646db445d45
Author: nicm <nicm>
Date: 2019-10-14 (Mon, 14 Oct 2019)
Changed paths:
M cmd-list-keys.c
M layout-custom.c
Log Message:
-----------
Some old tmux versions can sometimes generate layout strings which have
the incorrect size for the top cell. Previously tmux didn't care but now
that panes can be partly hidden, the size matters and is checked more
strictly. So add some code to fix up the most common problem and a
sanity check to reject layouts with any other size problems. Reported by
Aleksandrs Ledovskis in GitHub issue 1930.
Commit: f18cd5b19c3c8e3941c714f9d7e51914fb5d81f0
https://github.com/tmux/tmux/commit/f18cd5b19c3c8e3941c714f9d7e51914fb5d81f0
Author: nicm <nicm>
Date: 2019-10-14 (Mon, 14 Oct 2019)
Changed paths:
M input.c
Log Message:
-----------
Turn automatic-rename back on if the rename escape sequence is used with
an empty name, GitHub issue 1921.
Commit: b598bbcc2e8b26855e4d34dfff9c222c28080cd7
https://github.com/tmux/tmux/commit/b598bbcc2e8b26855e4d34dfff9c222c28080cd7
Author: nicm <nicm>
Date: 2019-10-14 (Mon, 14 Oct 2019)
Changed paths:
M format.c
Log Message:
-----------
Do not crash with pane_current_command if the pane is newly created and
has no shell set, from Thomas Adam.
Commit: eb57cbcc296b10d8d9ea41930ab402717c800f9c
https://github.com/tmux/tmux/commit/eb57cbcc296b10d8d9ea41930ab402717c800f9c
Author: Thomas Adam <[email protected]>
Date: 2019-10-14 (Mon, 14 Oct 2019)
Changed paths:
M cmd-list-keys.c
M cmd-parse.y
M format.c
M input.c
M layout-custom.c
M options.c
M tmux.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/7323ffeef220...eb57cbcc296b
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/7323ff-eb57cb%40github.com.