mirror of
https://github.com/tmux/tmux.git
synced 2025-12-18 13:06:10 +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
No description provided
Languages
C
87.5%
Roff
7.1%
Shell
2.7%
Yacc
1.3%
M4
0.8%
Other
0.5%