mirror of
https://github.com/tmux/tmux.git
synced 2026-08-23 23:21:36 +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
75.9%
Shell
16%
Roff
5.9%
Yacc
1%
M4
0.7%
Other
0.4%