CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/13 08:32:12
Modified files:
usr.bin/tmux : cmd-find.c cmd.c tmux.h
Log message:
Remove the cmd_find_{session,window,pane,index} functions (which are
just wrappers around cmd_find_target) and just use cmd_find_target
directly.
