mirror of
https://github.com/tmux/tmux.git
synced 2026-07-01 07:16:43 +00:00
21c27fdcaea6a8c679c557e38ec09b865f01bd62
Replace the manual loop moving each argument from cmd->arguments to last->arguments with a single TAILQ_CONCAT() call. This makes the code clearer and more efficient, while preserving identical behavior. OK nicm@
Description
tmux source code
Languages
C
84.5%
Roff
6.9%
Shell
6.2%
Yacc
1.2%
M4
0.7%
Other
0.5%