Key bindings steal a reference to the command instead of adding their
authornicm <nicm@openbsd.org>
Mon, 23 Aug 2021 11:48:21 +0000 (11:48 +0000)
committernicm <nicm@openbsd.org>
Mon, 23 Aug 2021 11:48:21 +0000 (11:48 +0000)
commitf16b02c6671a9f86e94d692cf0cf55f13a5e7924
treedf30eea3e9bd62a7f27799144f102f9ec20d2634
parent6aad996c303438e231f51bd24bc1c6abf91dd9b6
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.
usr.bin/tmux/cmd-bind-key.c
usr.bin/tmux/cmd-parse.y