mirror of
https://github.com/tmux/tmux.git
synced 2026-08-15 03:19:18 +00:00
42e24139788d76f00896005df0f745d9e022709a
after the command is executing is bogus because it may still be needed if the same command is going to be executed again (for example if you "bind-key a bind-key b ..."). Making a copy is hard, so instead add a reference count to the cmd_list. While here, also print bind-key -n and the rest of the flags properly. Fixes problem reported by mcbride@.
Description
tmux source code
Languages
C
76.3%
Shell
15.5%
Roff
6%
Yacc
1%
M4
0.7%
Other
0.4%