CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/31 06:19:34
Modified files:
usr.bin/tmux : arguments.c tmux.h
Log message:
Instead of eating 1024 bytes or so for the arguments of each command,
save memory by using an RB tree. From Tiago Cunha.
