CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/23 05:48:21
Modified files:
usr.bin/tmux : cmd-bind-key.c 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.
