mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +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%
Roff
7.2%
Shell
3.2%
Yacc
1.2%
M4
0.8%
Other
0.5%