Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 3ed37a207988bc6e96dc673ae4564a4efd682ea6
https://github.com/tmux/tmux/commit/3ed37a207988bc6e96dc673ae4564a4efd682ea6
Author: nicm <nicm>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M cmd-display-menu.c
Log Message:
-----------
Limit width and height to tty correctly, GitHub issue 2843.
Commit: 4a753dbefc2e67c218cf41141eaa6afab00f774a
https://github.com/tmux/tmux/commit/4a753dbefc2e67c218cf41141eaa6afab00f774a
Author: nicm <nicm>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M cmd-parse.y
M cmd-source-file.c
M key-bindings.c
M spawn.c
M tmux.c
Log Message:
-----------
Fix a few memory leaks.
Commit: 1f0c0914c75980069c6f78872bdee5ceb0ef64e2
https://github.com/tmux/tmux/commit/1f0c0914c75980069c6f78872bdee5ceb0ef64e2
Author: nicm <nicm>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M cmd-parse.y
Log Message:
-----------
Revert one of previous, for some reason it is being freed.
Commit: 03b83a5a34a4257be9029e1f5195dcddcd531caa
https://github.com/tmux/tmux/commit/03b83a5a34a4257be9029e1f5195dcddcd531caa
Author: nicm <nicm>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M cmd-bind-key.c
M cmd-parse.y
Log Message:
-----------
Key bindings steal a reference to the command instead of adding their
own, it was correct not to add a reference when parsing, but the
bind-key then needs to add one.
Commit: 210e71edf36198e3f22525e7f548a71a5681d25c
https://github.com/tmux/tmux/commit/210e71edf36198e3f22525e7f548a71a5681d25c
Author: nicm <nicm>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M arguments.c
M cmd-command-prompt.c
M cmd-confirm-before.c
M cmd-display-panes.c
M cmd-if-shell.c
M cmd-run-shell.c
M tmux.h
Log Message:
-----------
Move command argument parsing common functions and don't bother to parse
again if given a command rather than a string.
Commit: 95a374d7d20dde938563a9f92c8ffc1e25bd4050
https://github.com/tmux/tmux/commit/95a374d7d20dde938563a9f92c8ffc1e25bd4050
Author: Thomas Adam <[email protected]>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M arguments.c
M cmd-bind-key.c
M cmd-command-prompt.c
M cmd-confirm-before.c
M cmd-display-menu.c
M cmd-display-panes.c
M cmd-if-shell.c
M cmd-parse.y
M cmd-run-shell.c
M cmd-source-file.c
M key-bindings.c
M spawn.c
M tmux.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master' into master
Compare: https://github.com/tmux/tmux/compare/1dec1ca14688...95a374d7d20d
--
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/1dec1c-95a374%40github.com.