CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/03/17 16:35:09
Modified files:
usr.bin/tmux : Makefile cmd-attach-session.c cmd-join-pane.c
cmd-new-session.c cmd-new-window.c
cmd-rename-session.c cmd-split-window.c
layout-custom.c layout.c resize.c server-fn.c
session.c tmux.h window.c
Added files:
usr.bin/tmux : notify.c
Log message:
Add notify hooks for various events, the functions are currently empty
stubs but will be filled in for control mode later. From George Nachman.
