CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/22 15:34:36
Modified files:
usr.bin/tmux : cmd-split-window.c tmux.h window.c
Log message:
window_add_pane cannot fail, so remove the unused cause argument and don't
bother to check for a NULL return.
